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