PLCnext API Documentation 24.6.0.58
|
This is the complete list of members for Arp::System::Ve::ISocketService, including all inherited members.
Accept(uint32 &ip4Address, int &port, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Accept(String &path, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Bind(uint32 ip4Address, int &port)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Bind(const String &path)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Close(void)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Connect(uint32 ip4Address, int port)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Connect(const String &path)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetNativeHandle() const =0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetOptionKeepAliveIdleTime(int &seconds)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetOptionKeepAliveProbeCount(int &probeCount)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetOptionKeepAliveProbeInterval(int &seconds)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetOptionLinger(bool &enable, size_t &timeout)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetOptionUserTimeout(size_t &timeout_ms)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetPeerCredentials(SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
GetServiceDescription(void) const =0 (defined in Arp::System::Ve::IServiceObject) | Arp::System::Ve::IServiceObject | pure virtual |
GetServiceType(void) const =0 (defined in Arp::System::Ve::IServiceObject) | Arp::System::Ve::IServiceObject | pure virtual |
GetSockOpt(SocketOptionName optionName, void *optionValue, size_t *optionLength)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
IServiceObject(void)=default (defined in Arp::System::Ve::IServiceObject) | Arp::System::Ve::IServiceObject | protected |
Listen(int backlog)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Poll(PollMode mode, size_t timeoutMillis, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
PollMode enum name (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | |
Recv(void *pBuffer, size_t len, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
RecvFrom(void *pBuffer, size_t len, SocketError &error, uint32 &ip4Address, int &port)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Select(SelectMode mode, size_t timeout_us, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SelectMode enum name (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | |
Send(const void *pBuffer, size_t len, SocketError &error)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SendTo(const void *pBuffer, size_t len, SocketError &error, uint32 ip4Address, int port)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionBlocking(bool enable)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionKeepAliveIdleTime(int seconds)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionKeepAliveProbeCount(int probeCount)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionKeepAliveProbeInterval(int seconds)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionLinger(bool enable, size_t timeout)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetOptionUserTimeout(size_t timeout_ms)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
SetSockOpt(SocketOptionName optionName, const void *optionValue, size_t optionLength)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Shutdown(void)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
Shutdown(ShutdownMode mode)=0 (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | pure virtual |
ShutdownMode enum name | Arp::System::Ve::ISocketService | |
SocketBlockingMode enum name (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | |
SocketDomain enum name (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | |
SocketError enum name | Arp::System::Ve::ISocketService | |
SocketOptionName enum name | Arp::System::Ve::ISocketService | |
SocketType enum name (defined in Arp::System::Ve::ISocketService) | Arp::System::Ve::ISocketService | |
~IServiceObject(void)=default (defined in Arp::System::Ve::IServiceObject) | Arp::System::Ve::IServiceObject | virtual |