Implemented a lot of LuprexSockets

This commit is contained in:
2023-06-26 17:28:07 -04:00
parent d5d4e0a650
commit a86eda5434
3 changed files with 559 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "CoreMinimal.h"
#include <string>
// Class FLpxSockets
//
@@ -37,6 +38,9 @@ public:
// Delete the luprex socket system. Cleanly closes all sockets.
virtual ~FLpxSockets() {}
// Obtain any error status report.
virtual std::string GetError() = 0;
// The update routine relays data into and out of
// luprex via TCP/IP sockets.
virtual void Update() = 0;