package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.13.0.tar.gz
sha256=c8709405886c7e2844259dd8bd1a0eff9baf64cd39749b0c185696d79eeac214
md5=26abf4e283a814020c36a099d9387b4b

doc/netsnmp.raw/Netsnmp_raw/ASN1_Counter64/index.html

Module Netsnmp_raw.ASN1_Counter64

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
OCaml

Innovation. Community. Security.