Accept(IpAddress &ip4address, int &port, SocketError &error) | Arp::System::Commons::Net::Socket | |
Bind(const IpAddress &ip4Address, int port) | Arp::System::Commons::Net::Socket | |
Bind2(const IpAddress &ip4Address, int &port) | Arp::System::Commons::Net::Socket | |
Close(void) | Arp::System::Commons::Net::Socket | |
Connect(const IpAddress &ip4Address, int port) | Arp::System::Commons::Net::Socket | |
GetOptionBroadcast(bool &enabled) const | Arp::System::Commons::Net::Socket | |
GetOptionKeepAlive(bool &enabled) const | Arp::System::Commons::Net::Socket | |
GetOptionKeepAliveIdleTime(int &seconds) | Arp::System::Commons::Net::Socket | |
GetOptionKeepAliveProbeCount(int &probeCount) | Arp::System::Commons::Net::Socket | |
GetOptionKeepAliveProbeInterval(int &seconds) | Arp::System::Commons::Net::Socket | |
GetOptionLinger(bool &enable, size_t &timeout) | Arp::System::Commons::Net::Socket | |
GetOptionNoDelay(bool &enabled) const | Arp::System::Commons::Net::Socket | |
GetOptionReuseAddress(bool &enabled) const | Arp::System::Commons::Net::Socket | |
GetOptionUserTimeout(size_t &timeout_ms) | Arp::System::Commons::Net::Socket | |
GetRemoteIpAddress(void) const | Arp::System::Commons::Net::Socket | |
GetRemotePort(void) const | Arp::System::Commons::Net::Socket | |
GetSocketDomain(void) const | Arp::System::Commons::Net::Socket | |
GetSocketOption(SocketOptionName optionName, void *optionValue, size_t *optionLength) const | Arp::System::Commons::Net::Socket | |
GetSocketType(void) const | Arp::System::Commons::Net::Socket | |
IsBlocking(void) const | Arp::System::Commons::Net::Socket | |
IsConnected(void) const | Arp::System::Commons::Net::Socket | |
Listen(size_t backlog) | Arp::System::Commons::Net::Socket | |
operator=(const Socket &arg)=delete | Arp::System::Commons::Net::Socket | |
Poll(PollMode mode, Milliseconds timeout, SocketError &error) | Arp::System::Commons::Net::Socket | |
Ptr typedef | Arp::System::Commons::Net::Socket | |
Receive(void *pBuffer, size_t length, SocketError &error) | Arp::System::Commons::Net::Socket | |
ReceiveFrom(void *pBuffer, size_t length, IpAddress &ip4Adress, int &port, SocketError &error) | Arp::System::Commons::Net::Socket | |
Select(SelectMode mode, Microseconds timeout, SocketError &error) | Arp::System::Commons::Net::Socket | |
Send(const void *pBuffer, size_t length, SocketError &error) | Arp::System::Commons::Net::Socket | |
SendTo(const void *pBuffer, size_t length, IpAddress ip4Adress, int port, SocketError &error) | Arp::System::Commons::Net::Socket | |
SetOptionBlocking(bool enable) | Arp::System::Commons::Net::Socket | |
SetOptionBroadcast(bool enabled) | Arp::System::Commons::Net::Socket | |
SetOptionKeepAlive(bool enabled) | Arp::System::Commons::Net::Socket | |
SetOptionKeepAliveIdleTime(int seconds) | Arp::System::Commons::Net::Socket | |
SetOptionKeepAliveProbeCount(int probeCount) | Arp::System::Commons::Net::Socket | |
SetOptionKeepAliveProbeInterval(int seconds) | Arp::System::Commons::Net::Socket | |
SetOptionLinger(bool enable, size_t timeout) | Arp::System::Commons::Net::Socket | |
SetOptionNoDelay(bool enabled) | Arp::System::Commons::Net::Socket | |
SetOptionReuseAddress(bool enabled) | Arp::System::Commons::Net::Socket | |
SetOptionUserTimeout(size_t timeout_ms) | Arp::System::Commons::Net::Socket | |
SetSocketOption(SocketOptionName optionName, const void *optionValue, size_t optionLength) | Arp::System::Commons::Net::Socket | |
Shutdown(void) | Arp::System::Commons::Net::Socket | |
Shutdown(ShutdownMode mode) | Arp::System::Commons::Net::Socket | |
Socket(SocketType type, SocketDomain domain, SocketBlockingMode blockingMode) | Arp::System::Commons::Net::Socket | |
Socket(const Socket &arg)=delete | Arp::System::Commons::Net::Socket | |
TlsSocket (defined in Arp::System::Commons::Net::Socket) | Arp::System::Commons::Net::Socket | friend |
TlsSocket2 (defined in Arp::System::Commons::Net::Socket) | Arp::System::Commons::Net::Socket | friend |
~Socket(void) | Arp::System::Commons::Net::Socket | |