counter64 constant

VarbindType const counter64

Similar to Counter32, except the range is now (0 to 2e64 -1).

This type may only be used when a 32-bit counter rollover could occur in less than an hour. Otherwise, the Counter32 type must be used.

Since this type is not available in SNMPv1, it may only be used when backwards compatibility is not a requirement.

Implementation

static const counter64 = VarbindType.fromInt(COUNTER_64);