Bulk eeprom Lock Message. More...
#include <t265-messages.h>
Public Attributes | |
uint32_t | dwLock |
bulk_message_request_header | header |
uint16_t | wReserved |
Bulk eeprom Lock Message.
Write-protect the manufactoring configuration tables from future changes. Tables that will be locked: 0x8 - ODM, 0x6 - OEM, 0x10 - module info, 0x11 - internal data, 0x12 - HVS The locking is done in hardware by locking the upper quarter of the EEPROM memory The lock can be applied permanently, meaning it cannot be latter un-locked.
Definition at line 889 of file t265-messages.h.
uint32_t t265::bulk_message_request_lock_eeprom::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 892 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_lock_eeprom::header |
Message request header: dwLength = 12 bytes, wMessageID = DEV_LOCK_CONFIGURATION or DEV_LOCK_EEPROM
Definition at line 890 of file t265-messages.h.
uint16_t t265::bulk_message_request_lock_eeprom::wReserved |
Reserved = 0
Definition at line 891 of file t265-messages.h.