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
|
static |
Definition at line 40 of file dtlsClient.hpp.
◆ DOWN
|
static |
Definition at line 36 of file dtlsClient.hpp.
◆ ESTABLISHED
|
static |
Definition at line 38 of file dtlsClient.hpp.
◆ HANDSHAKE
|
static |
Definition at line 37 of file dtlsClient.hpp.
◆ RUN_TEARDOWN
|
static |
Definition at line 39 of file dtlsClient.hpp.
The documentation for this struct was generated from the following file:
- /home/dominik/uni/MoonState/include/dtlsClient.hpp