#include <packet_id_control.hpp>
|
bool | is_valid () const |
|
void | reset () |
|
template<typename BufType > |
void | read (BufType &buf) |
|
void | write (Buffer &buf, const bool prepend) const |
|
std::string | str () const |
|
|
static constexpr size_t | size () |
|
Definition at line 47 of file packet_id_control.hpp.
◆ id_t
◆ net_time_t
◆ time_t
◆ is_valid()
bool openvpn::PacketIDControl::is_valid |
( |
| ) |
const |
|
inline |
◆ read()
template<typename BufType >
void openvpn::PacketIDControl::read |
( |
BufType & |
buf | ) |
|
|
inline |
◆ reset()
void openvpn::PacketIDControl::reset |
( |
| ) |
|
|
inline |
◆ size()
static constexpr size_t openvpn::PacketIDControl::size |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ str()
std::string openvpn::PacketIDControl::str |
( |
| ) |
const |
|
inline |
◆ write()
void openvpn::PacketIDControl::write |
( |
Buffer & |
buf, |
|
|
const bool |
prepend |
|
) |
| const |
|
inline |
◆ id
id_t openvpn::PacketIDControl::id |
◆ idsize
constexpr size_t openvpn::PacketIDControl::idsize = sizeof(id_t) + sizeof(net_time_t) |
|
staticconstexpr |
◆ time
time_t openvpn::PacketIDControl::time |
The documentation for this struct was generated from the following file: