package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.13.0.tar.gz
sha256=c8709405886c7e2844259dd8bd1a0eff9baf64cd39749b0c185696d79eeac214
md5=26abf4e283a814020c36a099d9387b4b

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

Module Netsnmp_raw.ASN1_value

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

OCaml

Innovation. Community. Security.