package sid
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Sid.PacketRep
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) resultfrom_channel endian ic read binary SID from ic with endianness endian.
val to_channel : ?endian:endian -> out_channel -> t -> unitto_channel endian oc s write SID s in packet representation to channel oc with endianness endian.