package netsnmp

  1. Overview
  2. Docs
module Error : sig ... end
type t =
  1. | ASN_Null
  2. | ASN_Error of Error.t
  3. | ASN_Integer of int
  4. | ASN_Gauge of int
  5. | ASN_Counter of int
  6. | ASN_Timeticks of int
  7. | ASN_Uinteger of int
  8. | ASN_String of string
  9. | ASN_Opaque of string
  10. | ASN_Ipaddress of string
  11. | ASN_Objid of Oid.t
  12. | ASN_Counter64 of ASN1_Counter64.t
  13. | ASN_Bitstring of ASN1_Bitstring.t
  14. | ASN_Opaque_counter64 of ASN1_Counter64.t
  15. | ASN_Opaque_u64 of ASN1_Counter64.t
  16. | ASN_Opaque_i64 of int64
  17. | ASN_Opaque_float of float
  18. | ASN_Opaque_double of float
val type_to_string : t -> string

type_to_string converts an oid value's type to a string

val to_string : t -> string

to_string converts an oid value to a string