frame-msg
    Preparing search index...

    Interface RxTapOptions

    Configuration options for the RxTap class.

    interface RxTapOptions {
        msgCode?: number;
        threshold?: number;
    }
    Index

    Properties

    Properties

    msgCode?: number

    Optional msgCode byte used to identify tap event packets received from the Frame device. Defaults to 0x09.

    threshold?: number

    Optional time window in seconds within which multiple taps are counted as a single event. Defaults to 0.3 seconds.