Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Faraday.LE
SourceLittle endian serializers
write_uint16 t n
copies the lower 16 bits of n
into the serializer's internal buffer in little-endian byte order.
write_uint32 t n
copies n
into the serializer's internal buffer in little-endian byte order.
write_uint48 t n
copies the lower 48 bits of n
into the serializer's internal buffer in little-endian byte order.
write_uint64 t n
copies n
into the serializer's internal buffer in little-endian byte order.
write_float t n
copies the lower 32 bits of n
into the serializer's internal buffer in little-endian byte order.