SMI Counter32 type implementation.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class Counter32 : UInteger32, ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Counter32 _ Inherits UInteger32 _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Counter32 : public UInteger32, ICloneable |
Remarks
Counter32 value type is a 32-bit unsigned integer object that
is incremented by an agent until maximum unsigned integer value
is reached. When maximum value is reached, Counter32 value will
roll over to 0.
Inheritance Hierarchy
System..::..Object
SnmpSharpNet..::..AsnType
SnmpSharpNet..::..UInteger32
SnmpSharpNet..::..Counter32
SnmpSharpNet..::..AsnType
SnmpSharpNet..::..UInteger32
SnmpSharpNet..::..Counter32