OpenVPN 3 Core Library
|
Public Member Functions | |
PacketIDControlConstruct (const PacketIDControl::time_t v_time=PacketIDControl::time_t(0), const PacketIDControl::id_t v_id=PacketIDControl::id_t(0)) | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
typedef std::uint32_t | id_t |
typedef std::uint32_t | net_time_t |
typedef Time::base_type | time_t |
![]() | |
static constexpr size_t | size () |
![]() | |
id_t | id |
time_t | time |
![]() | |
static constexpr size_t | idsize = sizeof(id_t) + sizeof(net_time_t) |
Definition at line 7 of file test_pktid_control.cpp.
|
inline |
Definition at line 9 of file test_pktid_control.cpp.