|
AdsLib
|
Classes | |
| struct | TimeoutEx |
Public Member Functions | |
| Frame & | read (Frame &frame, timeval *timeout) const |
| size_t | read (uint8_t *buffer, size_t maxBytes, timeval *timeout) const |
| size_t | write (const Frame &frame) const |
| void | Shutdown () |
Protected Member Functions | |
| Socket (const struct addrinfo *host, int type) | |
| bool | Select (timeval *timeout) const |
Protected Attributes | |
| int | m_WSAInitialized |
| SOCKET | m_Socket |
| sockaddr_storage | m_SockAddress |
| const sockaddr *const | m_DestAddr |
| socklen_t | m_DestAddrLen |