Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
SnmpV2TrapPDU Class Reference

A SNMPv2-Trap-PDU is a PDU with tag "7". More...

#include <encoding.hpp>

Inheritance diagram for SnmpV2TrapPDU:
GenericPDU< 7, ConfirmedClass::Unconfirmed >

Static Public Attributes

static constexpr const char * NAME = "SNMPv2-Trap-PDU"
 
- Static Public Attributes inherited from GenericPDU< 7, ConfirmedClass::Unconfirmed >
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

- Public Types inherited from GenericPDU< 7, ConfirmedClass::Unconfirmed >
typedef PDU value_type
 The value type that this class operates on is "PDU".
 
- Static Public Member Functions inherited from GenericPDU< 7, ConfirmedClass::Unconfirmed >
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)
 

Detailed Description

A SNMPv2-Trap-PDU is a PDU with tag "7".


The documentation for this class was generated from the following file: