package netsnmp

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

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.