Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Conversion to and from the packet representation (MS-DTYP 2.4.2.2).
decode endian b
decode the byte buffer b
as a SID.
encode endian s
convert SID s
to the packet representation encoding subauthorities in endianness endian
.
val from_channel : ?endian:endian -> in_channel -> (t, string) result
from_channel endian ic
read binary SID from ic
with endianness endian
.
val to_channel : ?endian:endian -> out_channel -> t -> unit
to_channel endian oc s
write SID s
in packet representation to channel oc
with endianness endian
.