mbed port of tinydtls

Embed: (wiki syntax)

« Back to documentation index

dtls_handshake_header_t Struct Reference

dtls_handshake_header_t Struct Reference

Header structure for the DTLS handshake protocol. More...

#include <dtls.h>

Data Fields

uint8 msg_type
 Type of handshake message (one of DTLS_HT_)
uint24 length
 length of this message
uint16 message_seq
 Message sequence number.
uint24 fragment_offset
 Fragment offset.
uint24 fragment_length
 Fragment length.

Detailed Description

Header structure for the DTLS handshake protocol.

Definition at line 300 of file dtls.h.


Field Documentation

Fragment length.

Definition at line 305 of file dtls.h.

Fragment offset.

Definition at line 304 of file dtls.h.

uint24 length

length of this message

Definition at line 302 of file dtls.h.

uint16 message_seq

Message sequence number.

Definition at line 303 of file dtls.h.

uint8 msg_type

Type of handshake message (one of DTLS_HT_)

Definition at line 301 of file dtls.h.