put_uint24_le
Description:
Writes a unsigned little endian 24 bit integer to this.
Parameters:
this |
ByteWriter instance |
val |
Value to write |
Returns:
true if the value could be written |
Writes a unsigned little endian 24 bit integer to this.
this |
ByteWriter instance |
val |
Value to write |
true if the value could be written |