SNMP version 1 TRAP Protocol Data Unit
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public class TrapPdu : AsnType, ICloneable |
| Visual Basic |
|---|
Public Class TrapPdu _ Inherits AsnType _ Implements ICloneable |
| Visual C++ |
|---|
public ref class TrapPdu : public AsnType, ICloneable |
Remarks
Trap PDU for SNMP version 1 is a PDU with a unique layout requiring a dedicated class. SNMP versions
2 and 3 use standard PDU type for V2TRAP notifications.