Implements platform-independent DNS lookup Operations.
More...
#include <DNS.h>
|
| | DNS () |
| | ~DNS () |
| bool | LookupTxT (string lookup, string &result) |
| | Starts a DNS lookup for a TXT record.
|
Implements platform-independent DNS lookup Operations.
◆ DNS()
| OpenZWave::Internal::Platform::DNS::DNS |
( |
| ) |
|
◆ ~DNS()
| OpenZWave::Internal::Platform::DNS::~DNS |
( |
| ) |
|
◆ LookupTxT()
| bool OpenZWave::Internal::Platform::DNS::LookupTxT |
( |
string | lookup, |
|
|
string & | result ) |
Starts a DNS lookup for a TXT record.
This function will lookup the TXT record for a address
- Parameters
-
| lookup | the DNS address to lookup |
| result | the result of the lookup request, or empty if the lookup failed. |
- Returns
- success/failure of the Lookup request
◆ status
| DNSError OpenZWave::Internal::Platform::DNS::status |
The documentation for this class was generated from the following files: