package netsnmp

  1. Overview
  2. Docs
type t = {
  1. high : int;
  2. 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