A non-negative integer that may be incremented, but not
decremented. The value is a 32-bit unsigned quantity representing
the range of zero to 2^32-1 (4,294,967,295). When the counter
reaches its maximum value it wraps back to zero and starts again.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static readonly byte SMI_COUNTER32 |
| Visual Basic |
|---|
Public Shared ReadOnly SMI_COUNTER32 As Byte |
| Visual C++ |
|---|
public: static initonly unsigned char SMI_COUNTER32 |