method write-uint16
1 | role Buf |
1.1 | (Buf) method write-uint16 |
2 | role Buf |
2.1 | (Buf) method write-uint16 |
Documentation for method write-uint16
assembled from the following types:
role Buf
From Buf
(Buf) method write-uint16
Defined as:
method write-uint16(buf8: uint , uint16 , = NativeEndian --> Nil)
Writes an unsigned 16-bit integer value at the given position with the given endianness.
role Buf
From Buf
(Buf) method write-uint16
Defined as:
method write-uint16(buf8: uint , uint16 , = NativeEndian --> buf8)
Writes an unsigned 16-bit integer value at the given position with the given endianness.