frame-msg
    Preparing search index...

    Class RxMeteringData

    RxMeteringData class handles processing of metering data packets.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    queue: null | AsyncQueue<null | MeteringData>

    Asynchronous queue for received MeteringData objects. Null if not attached.

    Methods

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

      Parameters

      Returns void

    • Process incoming metering data packets.

      Parameters

      • data: Uint8Array

        Uint8Array containing metering data with a msgCode byte prefix, followed by 6 unsigned bytes (spot r,g,b, matrix r,g,b).

      Returns void