Dangerous SNMP
|
A SNMPv2-Trap-PDU is a PDU with tag "7". More...
#include <encoding.hpp>
Static Public Attributes | |
static constexpr const char * | NAME = "SNMPv2-Trap-PDU" |
![]() | |
static constexpr const int | TYPE |
This is the type of the PDU. More... | |
static constexpr const ConfirmedClass::Type | confirmed |
This is the "confirmed class" of the PDU. | |
Additional Inherited Members | |
![]() | |
typedef PDU | value_type |
The value type that this class operates on is "PDU". | |
![]() | |
static unsigned int | length (const value_type &pdu) |
static bool | write (const value_type &pdu, char *buffer, unsigned int bufferSize) |
static bool | read (value_type &pdu, const char *buffer, unsigned int bufferSize) |
A SNMPv2-Trap-PDU is a PDU with tag "7".