Embed: (wiki syntax)

« Back to documentation index

DNSRequest.h File Reference

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 LPC2368/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 LPC2368/api/DNSRequest.h.

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 LPC2368/api/DNSRequest.h.