Initialize receive handler for processing auto exposure result data.
Configuration options for the handler.
Includes msgCode (default: 0x11)
Attach the receive handler to the Frame data response.
The FrameMsg instance.
A promise that resolves to an AsyncQueue that will receive AutoExpResultData objects.
Detach the receive handler from the Frame data response and clean up resources.
The FrameMsg instance.
Process incoming auto exposure result data packets.
Uint8Array containing auto exposure result data with a msgCode byte prefix, followed by 16 little-endian floats (64 bytes).
RxAutoExpResult class handles processing of auto exposure result data packets.