|
void | setErrorReplyCode (const DNSReplyCode &replyCode) |
|
void | setTTL (const uint32_t &ttl) |
|
bool | start (const uint16_t &port, const String &domainName, const IPAddress &resolvedIP) |
|
void | stop () |
|
virtual bool | listen (int port) |
|
virtual bool | connect (IPAddress ip, uint16_t port) |
|
virtual void | close () |
|
virtual void | send (const char *data, int length) |
|
void | sendString (const char *data) |
|
void | sendString (const String &data) |
|
virtual void | sendTo (IPAddress remoteIP, uint16_t remotePort, const char *data, int length) |
|
void | sendStringTo (IPAddress remoteIP, uint16_t remotePort, const char *data) |
|
void | sendStringTo (IPAddress remoteIP, uint16_t remotePort, const String &data) |
|