netsnmp.raw
Netsnmp_raw.ASN1_Counter64
netsnmp
netsnmp.async
netsnmp.raw_monad
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
ASN1_Counter64.t
val to_string : t -> string