|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Dynamically allocated context structure to pass to the DNS subsystem as a context. More...

Public Attributes | |
| dns_index | server |
| Index of the DNS server used. More... | |
| void * | context |
| User context to be provided to the callback. More... | |
| otInstance * | instance |
| Openthread instance. More... | |
| dns_callback | callback |
| User callback to call upon completion. More... | |
| uint8_t | retry_count |
| Number of retries left to attempt. More... | |
| char | hostname [] |
| Variable length hostname. More... | |
Dynamically allocated context structure to pass to the DNS subsystem as a context.
| dns_callback dns_context::callback |
User callback to call upon completion.
| void* dns_context::context |
User context to be provided to the callback.
| char dns_context::hostname[] |
Variable length hostname.
| otInstance* dns_context::instance |
Openthread instance.
| uint8_t dns_context::retry_count |
Number of retries left to attempt.
| dns_index dns_context::server |
Index of the DNS server used.