Base SNMP packet class.

Namespace:  SnmpSharpNet
Assembly:  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

See Also