SNMP 2.0.0
Loading...
Searching...
No Matches
SNMP::PDU Class Reference

Helper class to handle PDU. More...

#include <src/SNMPMessage.h>

Inheritance diagram for SNMP::PDU:
[legend]
Collaboration diagram for SNMP::PDU:
[legend]

Classes

struct  Generic
 Helper struct to handle generic PDU. More...
 

Public Member Functions

 PDU ()
 Creates a PDU object.
 
 ~PDU ()
 PDU destructor.
 

Public Attributes

union { 
 
   Generic   _generic 
 
   Trap   _trap 
 
};  
 

Detailed Description

Helper class to handle PDU.

Definition at line 17 of file SNMPMessage.h.

Constructor & Destructor Documentation

◆ PDU()

SNMP::PDU::PDU ( )
inline

Creates a PDU object.

Definition at line 75 of file SNMPMessage.h.

◆ ~PDU()

SNMP::PDU::~PDU ( )
inline

PDU destructor.

Definition at line 82 of file SNMPMessage.h.

Member Data Documentation

◆ [union]

union { ... } SNMP::PDU

◆ _generic

◆ _trap


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