ByteReader.getData

Returns a constant pointer to the current data position if at least size bytes are left and updates the current position.

class ByteReader
bool
getData
(
out ubyte[] val
)

Parameters

val ubyte[]

address of a guint8 pointer variable in which to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.