Module Netsnmp_raw.ASN1_Bitstring
val to_int_list : t -> int listto_int_listconverts a bitstring to a list of octet values
val to_hex_string : ?sep:string -> string -> stringto_hex_stringconverts a bitstring into a hex string with octet values separated bysep.sepdefaults to space.
val to_bit_list : t -> int listto_bit_listconverts a bitstring to a list of set bits. The left most bit is 0
val to_string : t -> stringto_stringconverts a bitstring to a string in the formatHex-Bytes BITS(Numbers of each set bit). eg99 CC BITS(0 3 4 7 8 9 12 13). The left most bit is bit 0.