MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / setIPAddressOfSocket

Method setIPAddressOfSocket

src/socket/SocketAttr.h:61–63  ·  view source on GitHub ↗

Set the IP address of this client @param addr specifies the IP address of this client

Source from the content-addressed store, hash-verified

59 /// Set the IP address of this client
60 /// @param addr specifies the IP address of this client
61 void setIPAddressOfSocket(const std::string &ipAddr) {
62 _ipAddr = ipAddr;
63 }
64
65 /// Get the IP address of this client
66 const std::string &getIPAddressOfSocket() const {

Callers 1

acceptConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected