Skip to Content
Skip to Content
ClassesFFIPointerType

FFIPointerType

extends FFIDataType


Methods

tag

Get the tag id of the pointer type.

:tag(): number

newTag

Creates a new pointer type with the given tag.

:newTag(tag: string | buffer): FFIPointerType

Parameters

  • tag: string | buffer - The tag to set.

Throws

  • FFI Error
  • Memory Error
Last updated on