Constructs an instance of the RxClick class.
Configuration options for the click handler.
Attach the click handler to the Frame data response.
The BrilliantMsg instance.
A promise that resolves to an AsyncQueue that will receive ClickType values.
Detach the click handler from the Frame data response and clean up resources.
The BrilliantMsg instance.
Process incoming click data packets.
Uint8Array containing click data: [clickFlag, clickType].
RxClick handles incoming tap/click events from the Frame device. It processes raw BLE data and enqueues typed ClickType values.