The structure to hold information for a DNS callback. More...
Data Fields | |
| TickType_t | uxRemaningTime |
| More... | |
| FOnDNSEvent | pCallbackFunction |
| More... | |
| TimeOut_t | uxTimeoutState |
| More... | |
| void * | pvSearchID |
| More... | |
| struct xLIST_ITEM | xListItem |
| More... | |
| char | pcName [1] |
| More... | |
The structure to hold information for a DNS callback.
| TickType_t DNSCallback_t::uxRemaningTime |
Timeout in ms
| FOnDNSEvent DNSCallback_t::pCallbackFunction |
Function to be called when the address has been found or when a timeout has been reached
| TimeOut_t DNSCallback_t::uxTimeoutState |
Timeout state.
| void* DNSCallback_t::pvSearchID |
Search ID of the callback function.
| struct xLIST_ITEM DNSCallback_t::xListItem |
List struct.
| char DNSCallback_t::pcName[1] |
1 character name.