Bulk Reset Message. More...
#include <t265-messages.h>
Public Attributes | |
uint8_t | bReserved |
uint8_t | bVerbosity |
bulk_message_request_header | header |
Bulk Reset Message.
Resets the device. The command supports a firmware reset with and without reload of the firmware.
Definition at line 632 of file t265-messages.h.
uint8_t t265::bulk_message_request_reset::bReserved |
Reserved = 0
Definition at line 636 of file t265-messages.h.
uint8_t t265::bulk_message_request_reset::bVerbosity |
Reset action: 0 - reset the VPU device and boot from the firmware already loaded in memory 1 - reset the VPU device to a "pre-load" state, i.e. firmware is loaded from ROM and awaits new firmware to be pushed from host via USB
Definition at line 634 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_reset::header |
Message request header: dwLength = 8 bytes, wMessageID = DEV_RESET
Definition at line 633 of file t265-messages.h.