API Reference / @gtkx/native / read
Function: read()
read(
handle,fieldDescriptor,offset):unknown
Defined in: index.d.ts:118
Reads and decodes a value at offset bytes into the handle's memory, using fieldDescriptor to interpret the raw bytes.
Parameters
handle
fieldDescriptor
offset
number
Returns
unknown