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.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static readonly byte SMI_COUNTER64 |
| Visual Basic |
|---|
Public Shared ReadOnly SMI_COUNTER64 As Byte |
| Visual C++ |
|---|
public: static initonly unsigned char SMI_COUNTER64 |