package netsnmp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Netsnmp_raw.ASN1_Counter64Source

Sourcetype 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

Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.