Netsnmp_async.OidSourceinclude 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
of_string - convert string to an Oid.t, modules reference will be loaded if they are in the mib path
to_string - convert an Oid.t to a string