COUNTER_64 top-level constant

int const COUNTER_64

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

const COUNTER_64 = 70;