Module Netsnmp_raw.ASN1_Counter64
type t
=
{
high : int;
low : int;
}
ASN1_Counter64.t
encodes unsigned 64 bit values including counters and unsigned int-s. The type maps directly from the underlying C API representation
val to_string : t -> string