PTLib
Version 2.14.3
|
#include <snmp.h>
Inherits PASN_Sequence.
Public Member Functions | |
PSNMP_Trap_PDU (unsigned tag=4, TagClass tagClass=ContextSpecificTagClass) | |
PINDEX | GetDataLength () const |
PBoolean | Decode (PASN_Stream &strm) |
void | Encode (PASN_Stream &strm) const |
void | PrintOn (ostream &strm) const |
Comparison | Compare (const PObject &obj) const |
PObject * | Clone () const |
Public Attributes | |
PASN_ObjectId | m_enterprise |
PRFC1155_NetworkAddress | m_agent_addr |
PASN_Integer | m_generic_trap |
PASN_Integer | m_specific_trap |
PRFC1155_TimeTicks | m_time_stamp |
PSNMP_VarBindList | m_variable_bindings |
PSNMP_Trap_PDU::PSNMP_Trap_PDU | ( | unsigned | tag = 4 , |
TagClass | tagClass = ContextSpecificTagClass |
||
) |
PObject* PSNMP_Trap_PDU::Clone | ( | ) | const |
Comparison PSNMP_Trap_PDU::Compare | ( | const PObject & | obj | ) | const |
PBoolean PSNMP_Trap_PDU::Decode | ( | PASN_Stream & | strm | ) |
void PSNMP_Trap_PDU::Encode | ( | PASN_Stream & | strm | ) | const |
PINDEX PSNMP_Trap_PDU::GetDataLength | ( | ) | const |
void PSNMP_Trap_PDU::PrintOn | ( | ostream & | strm | ) | const |
PRFC1155_NetworkAddress PSNMP_Trap_PDU::m_agent_addr |
PASN_ObjectId PSNMP_Trap_PDU::m_enterprise |
PASN_Integer PSNMP_Trap_PDU::m_generic_trap |
PASN_Integer PSNMP_Trap_PDU::m_specific_trap |
PRFC1155_TimeTicks PSNMP_Trap_PDU::m_time_stamp |
PSNMP_VarBindList PSNMP_Trap_PDU::m_variable_bindings |