ByteReader.getUint8

Read an unsigned 8 bit integer into @val and update the current position.

class ByteReader
bool
getUint8
(
out ubyte val
)

Parameters

val ubyte

Pointer to a #guint8 to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta