5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
dtls_record_header_t Struct Reference

#include <dtls_types.h>

Data Fields

uint8_t content_type
 
uint16_t epoch
 
uint8_t length [2]
 
uint8_t sequence_number [6]
 
uint16_t version
 

Detailed Description

Generic header structure of the DTLS record layer.

Field Documentation

◆ content_type

uint8_t dtls_record_header_t::content_type

content type of the included message

◆ epoch

uint16_t dtls_record_header_t::epoch

counter for cipher state changes

◆ length

uint8_t dtls_record_header_t::length[2]

length of the following fragment

◆ sequence_number

uint8_t dtls_record_header_t::sequence_number[6]

sequence number

◆ version

uint16_t dtls_record_header_t::version

Protocol version


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