API Reference / @gtkx/runtime / write
Function: write()
write(
handle,fieldDescriptor,offset,value):unknown
Defined in: native/index.d.ts:170
Encodes value with fieldDescriptor and writes it into the handle's memory at offset bytes.
Parameters
handle
fieldDescriptor
offset
number
value
unknown
Returns
unknown