Defines a 64-bit unsigned counter. A counter is an integer that
can be incremented, but cannot be decremented. A maximum value
of 2^64 - 1 (18,446,744,073,709,551,615) can be represented.
When the counter reaches it's maximum it wraps back to zero and
starts again.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static readonly byte SMI_COUNTER64 |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly SMI_COUNTER64 As Byte |
| Visual C++ |
|---|
public: static initonly unsigned char SMI_COUNTER64 |