|
void | Close () |
|
| UDPSocket (bool useConnect=false, FDR_ON_ERROR, int socketId=-1) |
|
void | StartRecvThread () |
|
int | SendTo (const char *bytes, size_t byteslength, const char *host, uint16_t port, FDR_ON_ERROR) |
|
int | SendTo (const char *bytes, size_t byteslength, const std::string &host, uint16_t port, FDR_ON_ERROR) |
|
int | SendTo (const std::string &message, const char *host, uint16_t port, FDR_ON_ERROR) |
|
int | SendTo (const std::string &message, const std::string &host, uint16_t port, FDR_ON_ERROR) |
|
int | Send (const char *bytes, size_t byteslength) |
|
int | Send (const std::string &message) |
|
void | Connect (uint32_t ipv4, uint16_t port, FDR_ON_ERROR) |
|
void | Connect (const char *host, uint16_t port, FDR_ON_ERROR) |
|
void | Connect (const std::string &host, uint16_t port, FDR_ON_ERROR) |
|
std::string | remoteAddress () const |
|
int | remotePort () const |
|
int | fileDescriptor () const |
|