EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: api/DNSRequest.h
- Revision:
- 6:b7dd7cde8ad2
- Parent:
- 5:dd63a1e02b1b
- Child:
- 8:93fa3cfc0219
--- a/api/DNSRequest.h Tue Jul 27 15:59:42 2010 +0000 +++ b/api/DNSRequest.h Wed Jul 28 10:18:21 2010 +0000 @@ -59,16 +59,18 @@ public: ///Creates a new request DNSRequest(); + + ///Terminates and closes request ~DNSRequest(); ///Resolves an hostname - /* + /** @param hostname : hostname to resolve */ DNSRequestErr resolve(const char* hostname); ///Resolves an hostname - /* + /** @param host : hostname to resolve, the result will be stored in the IpAddr field of this object */ DNSRequestErr resolve(Host* pHost); @@ -95,12 +97,12 @@ } ///Gets IP address once it has been resolved - /* + /** @param pIp : pointer to an IpAddr instance in which to store the resolved IP address */ DNSRequestErr getResult(IpAddr* pIp); - ///Close DNS Request before completion + ///Closes DNS Request before completion DNSRequestErr close(); protected: