Base SNMP packet class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public abstract class SnmpPacket |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class SnmpPacket |
| Visual C++ |
|---|
public ref class SnmpPacket abstract |
Remarks
All SNMP packets begin with the SMI_SEQUENCE header and SNMP protocol version number.
This class parses and encodes these values. Derived classes parse further information from SNMP packets.
Inheritance Hierarchy
System..::.Object
SnmpSharpNet..::.SnmpPacket
SnmpSharpNet..::.SnmpV1Packet
SnmpSharpNet..::.SnmpV1TrapPacket
SnmpSharpNet..::.SnmpV2Packet
SnmpSharpNet..::.SnmpV3Packet
SnmpSharpNet..::.SnmpPacket
SnmpSharpNet..::.SnmpV1Packet
SnmpSharpNet..::.SnmpV1TrapPacket
SnmpSharpNet..::.SnmpV2Packet
SnmpSharpNet..::.SnmpV3Packet