See Original text in context
method write-uint8(buf8: uint , uint8 , = NativeEndian --> Nil)
Writes an unsigned 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.
See Original text in context
method write-uint8(buf8: uint , uint8 , = NativeEndian --> buf8)
Writes an unsigned 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.