Module Buf_write.LESource
Little endian serializers
uint16 t n copies the lower 16 bits of n into the serializer's internal buffer in little-endian byte order.
uint32 t n copies n into the serializer's internal buffer in little-endian byte order.
uint48 t n copies the lower 48 bits of n into the serializer's internal buffer in little-endian byte order.
uint64 t n copies n into the serializer's internal buffer in little-endian byte order.
float t n copies the lower 32 bits of n into the serializer's internal buffer in little-endian byte order.
double t n copies n into the serializer's internal buffer in little-endian byte order.