|
AGENT++
4.0.3
|
The Pdux class is a sub class of Pdu that provides additional methods for manipulating SNMP PDUs. More...
#include <snmp_pp_ext.h>
Public Member Functions | |
| Pdux () | |
| Pdux (NS_SNMP Vb *pvbs, const int pvb_count) | |
| Pdux (const Pdu &pdu) | |
| Pdux (const Pdux &pdu) | |
| virtual | ~Pdux () |
| void | clear () |
| Clear the Pdu contents (destruct and construct in one go) | |
| Pdux & | operator+= (const NS_SNMP Vb &) |
| virtual Pdux * | clone () const |
| Clone the receiver. | |
The Pdux class is a sub class of Pdu that provides additional methods for manipulating SNMP PDUs.
AGENT++ uses Pdux instead of Pdu, because Pdu does not allow to set error status, error index and request id of a PDU.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
| void Pdux::clear | ( | ) |
Clear the Pdu contents (destruct and construct in one go)
|
inlinevirtual |
Clone the receiver.
1.8.2