Bulk configuration Lock Message. More...
#include <t265-messages.h>
Public Attributes | |
uint32_t | dwLock |
bulk_message_request_header | header |
uint16_t | wTableType |
Bulk configuration Lock Message.
Write-protect the manufactoring configuration tables from future changes. The locking is done in software by the firmware managing a lock bits in each configuration table metadata. The lock can be applied permanently, meaning it cannot be latter un-locked.
Definition at line 868 of file t265-messages.h.
uint32_t t265::bulk_message_request_lock_configuration::dwLock |
0x0 - Unlock, 0x1 - Lock 0xDEAD10CC - the configuration data shall be permanently locked. *** WARNING *** this might be an irreversible action. After calling this the write protection the settings cannot be modified and therefore the memory write protection is frozen.
Definition at line 871 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_lock_configuration::header |
Message request header: dwLength = 12 bytes, wMessageID = DEV_LOCK_CONFIGURATION
Definition at line 869 of file t265-messages.h.
uint16_t t265::bulk_message_request_lock_configuration::wTableType |
Table ID to lock
Definition at line 870 of file t265-messages.h.