#include <dtls_record.hpp>
|
void | set () |
|
void | set (uint8_t majorSet, uint8_t minorSet) |
|
bool | check () |
|
|
static constexpr uint8_t | major12 = 254 |
|
static constexpr uint8_t | minor12 = 253 |
|
Definition at line 10 of file dtls_record.hpp.
◆ check()
bool DTLS::Record::ProtocolVersion::check |
( |
| ) |
|
|
inline |
◆ set() [1/2]
void DTLS::Record::ProtocolVersion::set |
( |
| ) |
|
|
inline |
◆ set() [2/2]
void DTLS::Record::ProtocolVersion::set |
( |
uint8_t |
majorSet, |
|
|
uint8_t |
minorSet |
|
) |
| |
|
inline |
◆ major
uint8_t DTLS::Record::ProtocolVersion::major |
◆ major12
constexpr uint8_t DTLS::Record::ProtocolVersion::major12 = 254 |
|
static |
◆ minor
uint8_t DTLS::Record::ProtocolVersion::minor |
◆ minor12
constexpr uint8_t DTLS::Record::ProtocolVersion::minor12 = 253 |
|
static |
The documentation for this struct was generated from the following file: