Interrupt Endpoint Protocol. More...
#include <t265-messages.h>
Public Attributes | |
uint32_t | dwLength |
uint16_t | wMessageID |
Interrupt Endpoint Protocol.
The interrupt endpoint is used for short low-latency data (namely 6DoF pose data). The rate of the interrupts is determined by using the "Set 6DoF Interrupt Data" command. Interrupt message header struct
Start of all Interrupt messages.
Definition at line 1292 of file t265-messages.h.
uint32_t t265::interrupt_message_header::dwLength |
Message length in bytes
Definition at line 1293 of file t265-messages.h.
uint16_t t265::interrupt_message_header::wMessageID |
ID of message
Definition at line 1294 of file t265-messages.h.