Holds the sensor report frame report structure.
Definition at line 367 of file NvSIPLCDICommon.h.
Data Fields | |
NvSiplBool | frameReportValid |
Holds a flag which enables or disables frame report block. More... | |
uint8_t | numBytes |
Holds the number of active frame report bytes. More... | |
uint8_t | sensorframeReport [DEVBLK_CDI_MAX_FRAME_REPORT_BYTES] |
Holds the values of active frame report bytes. More... | |
NvSiplBool DevBlkCDIFrameReport::frameReportValid |
Holds a flag which enables or disables frame report block.
Definition at line 371 of file NvSIPLCDICommon.h.
uint8_t DevBlkCDIFrameReport::numBytes |
Holds the number of active frame report bytes.
Valid Range: [1, DEVBLK_CDI_MAX_FRAME_REPORT_BYTES].
Definition at line 377 of file NvSIPLCDICommon.h.
uint8_t DevBlkCDIFrameReport::sensorframeReport[DEVBLK_CDI_MAX_FRAME_REPORT_BYTES] |
Holds the values of active frame report bytes.
Array indexes must be in the range [0, (numBytes-1)].
Definition at line 384 of file NvSIPLCDICommon.h.