Netsnmp_async.Oidinclude module type of struct include Netsnmp_raw_monad.Oid endtype t = Netsnmp_raw.Oid.tOid.t is the oid data and associated length
val length : t -> intoid_length returns the number of sub-oids in the oid
val of_string : string -> t Async.Deferred.tof_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.tto_string - convert an Oid.t to a string