DTLS_Client::States Struct Reference

The state of the DTLS client. More...

#include <dtlsClient.hpp>

Static Public Attributes

static constexpr StateID DOWN = 0
 
static constexpr StateID HANDSHAKE = 1
 
static constexpr StateID ESTABLISHED = 2
 
static constexpr StateID RUN_TEARDOWN = 3
 
static constexpr StateID DELETED = 4
 

Detailed Description

The state of the DTLS client.

These descibe the state IDs for the DTLS client.

Definition at line 35 of file dtlsClient.hpp.

Member Data Documentation

◆ DELETED

constexpr StateID DTLS_Client::States::DELETED = 4
static

Definition at line 40 of file dtlsClient.hpp.

◆ DOWN

constexpr StateID DTLS_Client::States::DOWN = 0
static

Definition at line 36 of file dtlsClient.hpp.

◆ ESTABLISHED

constexpr StateID DTLS_Client::States::ESTABLISHED = 2
static

Definition at line 38 of file dtlsClient.hpp.

◆ HANDSHAKE

constexpr StateID DTLS_Client::States::HANDSHAKE = 1
static

Definition at line 37 of file dtlsClient.hpp.

◆ RUN_TEARDOWN

constexpr StateID DTLS_Client::States::RUN_TEARDOWN = 3
static

Definition at line 39 of file dtlsClient.hpp.


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