Skip to content

Roots runpac() Function

Dan Kranz edited this page Nov 22, 2020 · 1 revision

Unpacks and returns the floating point number stored within block at field

Syntax

Roots.runpac(block, field)

Parameter Values

Parameter Description
block The memory block that stores the number. Block must be of type Uint8Array.
field A field definition array. The first element specifies the starting byte location. The second element specifies the length in bytes. Length must be either 4 or 8 bytes.
Clone this wiki locally