RDK Documentation (Open Sourced RDK Components)
stun::message_header Struct Reference
Collaboration diagram for stun::message_header:
Collaboration graph

Data Fields

uint16_t message_type
 
uint16_t message_length
 
std::array< uint8_t, 16 > transaction_id
 

yes

Definition at line 83 of file StunClient.h.

Field Documentation

◆ message_type

uint16_t stun::message_header::message_type

Definition at line 84 of file StunClient.h.

◆ message_length

uint16_t stun::message_header::message_length

Definition at line 85 of file StunClient.h.

◆ transaction_id

std::array<uint8_t, 16> stun::message_header::transaction_id

Definition at line 86 of file StunClient.h.


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