Holds the sensor embedded data chunk structure.
Definition at line 233 of file NvSIPLCDICommon.h.
Data Fields | |
uint32_t | lineLength |
Holds the line length of an embedded chunk, in bytes. More... | |
uint8_t * | lineData |
Holds a pointer to the data chunk. More... | |
uint8_t* DevBlkCDIEmbeddedDataChunk::lineData |
Holds a pointer to the data chunk.
Definition at line 242 of file NvSIPLCDICommon.h.
uint32_t DevBlkCDIEmbeddedDataChunk::lineLength |
Holds the line length of an embedded chunk, in bytes.
Definition at line 237 of file NvSIPLCDICommon.h.