Defines a SNMPv1 32-bit counter object. The object is a
32-bit unsigned value that is incremented periodically
by an agent normally.
The object inherits and uses most of the methods defined
by the UInteger32 class. This class does not define any
specific data, but is instead used to override the ASN.1 type
of the base class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class Counter32 : UInteger32, ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class Counter32 _ Inherits UInteger32 _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Counter32 : public UInteger32, ICloneable |
Remarks
[Missing <remarks> documentation for "T:SnmpSharpNet.Counter32"]