#include <t265-messages.h>
Public Attributes | |
uint8_t | bData [MAX_EEPROM_BUFFER_SIZE] |
bulk_message_response_header | header |
uint16_t | wSize |
Definition at line 655 of file t265-messages.h.
uint8_t t265::bulk_message_response_read_eeprom::bData[MAX_EEPROM_BUFFER_SIZE] |
The requested EEPROM data array
Definition at line 658 of file t265-messages.h.
bulk_message_response_header t265::bulk_message_response_read_eeprom::header |
Message response header: dwLength = 10+wSize bytes, wMessageID = DEV_READ_EEPROM
Definition at line 656 of file t265-messages.h.
uint16_t t265::bulk_message_response_read_eeprom::wSize |
Size in bytes of the read data
Definition at line 657 of file t265-messages.h.