package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.14.0.tar.gz
sha256=91a33e407dd1f5dc42ce5aaa5a65e0d65e19b454a129603a89c31d1461abe68f
md5=ae0c0a55bf466f9eca96543f4f2578e4

doc/netsnmp.raw/Netsnmp_raw/ASN1_value/index.html

Module Netsnmp_raw.ASN1_valueSource

Sourcemodule Error : sig ... end
Sourcetype 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
Sourceval type_to_string : t -> string

type_to_string converts an oid value's type to a string

Sourceval to_string : t -> string

to_string converts an oid value to a string

OCaml

Innovation. Community. Security.