ID the MBED processor on the network if you have more than one. View MBED name on DHCP of your Router - Example \"MBED PE\" Change your ID in Core / host.h
DNSRequest.h File Reference
DNS Request header file. More...
Go to the source code of this file.
Data Structures | |
class | DNSRequest |
This is a simple DNS Request class. More... | |
Enumerations | |
enum | DNSRequestErr { , DNS_SETUP, DNS_IF, DNS_MEM, DNS_INUSE, DNS_PROCESSING, DNS_OK = 0 , DNS_SETUP, DNS_IF, DNS_MEM, DNS_INUSE, DNS_PROCESSING, DNS_OK = 0 } |
DNS Request error codes. More... | |
enum | DNSReply { , DNS_ERROR, DNS_FOUND , DNS_ERROR, DNS_FOUND } |
DNS Request Result Events. More... |
Detailed Description
DNS Request header file.
Definition in file LPC1768/api/DNSRequest.h.
Enumeration Type Documentation
enum DNSReply |
DNS Request Result Events.
- Enumerator:
DNS_ERROR Hostname is unknown.
DNS_FOUND Problem with DNS Service.
DNS_ERROR Hostname is unknown.
DNS_FOUND Problem with DNS Service.
Definition at line 50 of file LPC1768/api/DNSRequest.h.
enum DNSRequestErr |
DNS Request error codes.
- Enumerator:
DNS_SETUP DNSRequest not properly configured.
DNS_IF Interface has problems, does not exist or is not initialized.
DNS_MEM Not enough mem.
DNS_INUSE Interface / Port is in use.
DNS_PROCESSING Request has not completed.
DNS_OK Success.
DNS_SETUP DNSRequest not properly configured.
DNS_IF Interface has problems, does not exist or is not initialized.
DNS_MEM Not enough mem.
DNS_INUSE Interface / Port is in use.
DNS_PROCESSING Request has not completed.
DNS_OK Success.
Definition at line 37 of file LPC1768/api/DNSRequest.h.
Generated on Tue Jul 12 2022 20:22:58 by 1.7.2