package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=f300b9773b47da231c63fd272e171011fc19c79438dd0f18415f59c962f402d2

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.