FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
DNSCallback_t Struct Reference

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...
 

Detailed Description

The structure to hold information for a DNS callback.

Field Documentation

◆ uxRemaningTime

TickType_t DNSCallback_t::uxRemaningTime

Timeout in ms

◆ pCallbackFunction

FOnDNSEvent DNSCallback_t::pCallbackFunction

Function to be called when the address has been found or when a timeout has been reached

◆ uxTimeoutState

TimeOut_t DNSCallback_t::uxTimeoutState

Timeout state.

◆ pvSearchID

void* DNSCallback_t::pvSearchID

Search ID of the callback function.

◆ xListItem

struct xLIST_ITEM DNSCallback_t::xListItem

List struct.

◆ pcName

char DNSCallback_t::pcName[1]

1 character name.


The documentation for this struct was generated from the following file: