Bulk write configuration Message. More...
#include <t265-messages.h>
Public Attributes | |
uint8_t | bTable [MAX_TABLE_SIZE] |
bulk_message_request_header | header |
uint16_t | wTableId |
Bulk write configuration Message.
Writes a configuration table to the device's EEPROM memory. This command shall only be supported while the device is stopped, otherwise it shall return DEVICE_BUSY. The device shall return UNSUPPORTED if it does not recognize the requested TableType. The device shall return TABLE_LOCKED if the configuration table is write protected and cannot be overridden. The new data shall be available immediately after completion without requiring a device reset, both to any firmware code or to an external client through a "read configuration" command. All internal data object in the firmware memory that were already initialized from some EEPROM data or previous "write configuration" command shall be invalidated and refreshed to the new written data.
Definition at line 930 of file t265-messages.h.
uint8_t t265::bulk_message_request_write_configuration::bTable[MAX_TABLE_SIZE] |
The requested configuration table, starting with the "standard" table header.
Definition at line 933 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_write_configuration::header |
Message request header: dwLength = 8 + size of table bytes, wMessageID = DEV_WRITE_CONFIGURATION
Definition at line 931 of file t265-messages.h.
uint16_t t265::bulk_message_request_write_configuration::wTableId |
The ID of the requested configuration table
Definition at line 932 of file t265-messages.h.