Bulk read configuration Message. More...
#include <t265-messages.h>
Public Attributes | |
bulk_message_request_header | header |
uint16_t | wTableId |
Bulk read configuration Message.
Reads a configuration table from the device memory. The device shall return UNSUPPORTED if it does not recognize the requested TableType. The device shall return TABLE_NOT_EXIST if it recognize the table type but no such table exists yet in the EEPROM.
Definition at line 909 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_read_configuration::header |
Message request header: dwLength = 8, wMessageID = DEV_READ_CONFIGURATION
Definition at line 910 of file t265-messages.h.
uint16_t t265::bulk_message_request_read_configuration::wTableId |
The ID of the requested configuration table
Definition at line 911 of file t265-messages.h.