SMI Counter32 type implementation.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.7.8.0 (0.7.8)
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
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.