package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.16.0.tar.gz
sha256=ebb8a7aa4af5fdc5cc8d9d0f0640041154ea766037d9c32562705ebbbd331774

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

Module Netsnmp_raw.ASN1_BitstringSource

Sourcetype t
Sourceval to_int_list : t -> int list

to_int_list converts a bitstring to a list of octet values

Sourceval to_hex_string : ?sep:string -> string -> string

to_hex_string converts a bitstring into a hex string with octet values separated by sep. sep defaults to space.

Sourceval to_bit_list : t -> int list

to_bit_list converts a bitstring to a list of set bits. The left most bit is 0

Sourceval to_string : t -> string

to_string converts a bitstring to a string in the format Hex-Bytes BITS(Numbers of each set bit). eg 99 CC BITS(0 3 4 7 8 9 12 13). The left most bit is bit 0.

OCaml

Innovation. Community. Security.