Hierarchy

  • TypedData

Implements

Constructors

Properties

Methods

Constructors

Properties

c?: boolean = false

A flag if the value is constant ('const' keyword). Non-constant value can be updated bue the syscall.

Default is FALSE

Field

e?: any

Optional. The list of error codes which can be hold by this data. It helps to define the type of return value.

Field

f?: any

Optional. If the mean of the data is specified, an extra value to help to parse or the parser

Field

l?: number = -1

Meaning of the value (conceptually) : file descriptor, pointer to struct, flags, ...

Field

len?: number

The length of the data if the data is an array or a L.BUFFER

Field

n: string = ""

Type or arg name

Field

r?: number = -1

Register number holding extra value required to interpret current data

Field

t: T = T.UINT32

Data type See T

Field

v?: number

The raw value

Field

Methods

Generated using TypeDoc