2 #include <samchon/API.hpp> 4 #include <samchon/protocol/ExternalSystem.hpp> 5 #include <samchon/protocol/ServerConnector.hpp> 43 virtual void construct(std::shared_ptr<library::XML>)
override;
45 virtual void start()
override;
50 virtual auto getIP() const->
std::
string override;
51 virtual auto getPort() const ->
int override;
52 virtual auto getMyIP() const->
std::
string override;
57 virtual auto toXML() const->
std::shared_ptr<library::XML> override;
A network driver for an external server.
A network driver for an external system.
std::string myIP
A custom ip address of my system to bind.
Top level namespace of products built from samchon.
A server connector for a physical client.