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.async/Netsnmp_async/Oid/index.html

Module Netsnmp_async.Oid

include module type of struct include Netsnmp_raw_monad.Oid end

Oid.t is the oid data and associated length

val length : t -> int

oid_length returns the number of sub-oids in the oid

val of_string : string -> t Async.Deferred.t

of_string - convert string to an Oid.t, modules reference will be loaded if they are in the mib path

val to_string : t -> string Async.Deferred.t

to_string - convert an Oid.t to a string

OCaml

Innovation. Community. Security.