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