package netsnmp

  1. Overview
  2. Docs
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 Netsnmp_raw_monad.Netsnmp_io_impl.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 Netsnmp_raw_monad.Netsnmp_io_impl.t

to_string - convert an Oid.t to a string