brilliant-msg
    Preparing search index...

    Class RxClick

    RxClick handles incoming tap/click events from the Frame device. It processes raw BLE data and enqueues typed ClickType values.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    queue: null | AsyncQueue<null | ClickType>

    Asynchronous queue for received ClickType values. Null if not attached.

    Methods

    • Detach the click handler from the Frame data response and clean up resources.

      Parameters

      Returns void

    • Process incoming click data packets.

      Parameters

      • data: Uint8Array

        Uint8Array containing click data: [clickFlag, clickType].

      Returns void