Skip to content

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

ExternalObject<Handle>

fieldDescriptor

Descriptor

offset

number

Returns

unknown

Released under the MPL-2.0 License.