Global

Members

unmarshalledArgs[undefined] :Pointer.<number>

Type:
Source:

unmarshalledArgs[undefined] :Array.<T>

Type:
  • Array.<T>
Source:

unmarshalledArgs[undefined] :Array.<T>

Type:
  • Array.<T>
Source:

unmarshalledArgs[undefined] :Pointer.<T>

Type:
Source:

unmarshalledArgs[undefined] :StringBuffer

Type:
Source:

unmarshalledArgs[undefined] :TypedArray

Type:
Source:

unmarshalledArgs[undefined] :TypedArray

Type:
Source:

Methods

strlen(memoryManager, address) → {number}

Find the length of a null terminated string.

Parameters:
Name Type Description
memoryManager MemoryManager

The memory manager.

address number

The address of the string in memory.

Source:
Returns:

The length of the string.

Type
number

Type Definitions

lengthCallback(unmarshalledIndex, unmarshalledArgs) → {number}

Gets the length

Parameters:
Name Type Description
unmarshalledIndex number

The index of the unmarshalled value or -1

unmarshalledArgs Array.<*>

The unmarshalled arguments

Source:
Returns:

The length of the array

Type
number

lengthCallback(unmarshalledIndex, unmarshalledArgs) → {number}

Gets the length

Parameters:
Name Type Description
unmarshalledIndex number

The index of the unmarshalled value or -1

unmarshalledArgs Array.<*>

The unmarshalled arguments

Source:
Returns:

The length of the array

Type
number

TypedArray

TypedArray

Type:
  • Int8Array | Int16Array | Int32Array | BigInt64Array | Uint8Array | Uint16Array | Uint32Array | BigUint64Array | Float32Array | Float64Array
Source:

TypedArray

TypedArray

Type:
  • Int8Array | Int16Array | Int32Array | BigInt64Array | Uint8Array | Uint16Array | Uint32Array | BigUint64Array | Float32Array | Float64Array
Source:

TypedArrayType

TypedArrayType

Type:
  • Int8ArrayConstructor | Int16ArrayConstructor | Int32ArrayConstructor | BigInt64ArrayConstructor | Uint8ArrayConstructor | Uint16ArrayConstructor | Uint32ArrayConstructor | BigUint64ArrayConstructor | Float32ArrayConstructor | Float64ArrayConstructor
Source:

writeCallback(text)

Write

Parameters:
Name Type Description
text string
Source: