package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.14.0.tar.gz
sha256=91a33e407dd1f5dc42ce5aaa5a65e0d65e19b454a129603a89c31d1461abe68f
md5=ae0c0a55bf466f9eca96543f4f2578e4

doc/netsnmp.async/Netsnmp_async/Oid/index.html

Module Netsnmp_async.OidSource

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

Sourceval 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

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

to_string - convert an Oid.t to a string

OCaml

Innovation. Community. Security.