FreeRTOS-Plus-TCP V4.3.0
FreeRTOS TCP/IP library
 
Loading...
Searching...
No Matches
struct Struct Reference

A DNS query consists of a header, as described in 'struct xDNSMessage' It is followed by 1 or more queries, each one consisting of a name and a tail, with two fields: type and class. More...

Data Fields

uint16_t usType
 
uint16_t usClass
 

Detailed Description

A DNS query consists of a header, as described in 'struct xDNSMessage' It is followed by 1 or more queries, each one consisting of a name and a tail, with two fields: type and class.

Field Documentation

◆ usType

uint16_t struct::usType

Type of DNS message.

◆ usClass

uint16_t struct::usClass

Class of DNS message.


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