|
void | setErrorReplyCode (DNSReplyCode replyCode) |
|
void | setTTL (uint32_t ttl) |
|
bool | start (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 bool | send (const char *data, int length) |
|
bool | sendString (const char *data) |
|
bool | sendString (const String &data) |
|
virtual bool | sendTo (IPAddress remoteIP, uint16_t remotePort, const char *data, int length) |
|
bool | sendStringTo (IPAddress remoteIP, uint16_t remotePort, const char *data) |
|
bool | sendStringTo (IPAddress remoteIP, uint16_t remotePort, const String &data) |
|