FrontPanel Platform API - v6.0.0
    Preparing search index...

    Type Alias DataBuffer

    DataBuffer: ArrayBuffer | ArrayBufferView

    Type representing a data buffer that can be used for read/write operations.

    Accepts an ArrayBuffer or any typed array view such as Uint8Array, Uint32Array, DataView, etc. Note that views backed by SharedArrayBuffer are not supported and will be rejected at runtime.