Module Netsnmp_async.Oid

include module type of sig ... end
type t = Netsnmp_raw__Oid.t
val length : t -> int
val of_string : string -> t IO.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 IO.t

to_string - convert an Oid.t to a string