|
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)) | |
Public Member Functions inherited from openvpn::PacketIDControl | |
| 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 | |
Public Types inherited from openvpn::PacketIDControl | |
| using | id_t = std::uint32_t |
| using | net_time_t = std::uint32_t |
| using | time_t = Time::base_type |
Static Public Member Functions inherited from openvpn::PacketIDControl | |
| static constexpr size_t | size () |
Public Attributes inherited from openvpn::PacketIDControl | |
| id_t | id |
| time_t | time |
Static Public Attributes inherited from openvpn::PacketIDControl | |
| 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.