cloudpilot
    Preparing search index...

    Interface ReceivePayload

    Emitted by the emulator.

    interface ReceivePayload {
        data: undefined | Uint8Array<ArrayBufferLike>;
        isFrameComplete: boolean;
    }
    Index

    Properties

    data: undefined | Uint8Array<ArrayBufferLike>

    Serial data sent by PalmOS. This can be undefined in order to communicate a frame boundary or the absence of a frame response in 'sync' mode.

    isFrameComplete: boolean

    Marks a transmission frame as complete. This is always true in 'simple' mode.