Livox SDK API
V2.2.0
|
#include <protocol.h>
Public Attributes | |
uint8_t | packet_type |
uint8_t | protocol |
uint8_t | protocol_version |
uint8_t | cmd_set |
uint32_t | cmd_code |
uint32_t | sender |
uint32_t | sub_sender |
uint32_t | receiver |
uint32_t | sub_receiver |
uint32_t | seq_num |
uint8_t * | data |
uint16_t | data_len |
uint32_t | padding |
Definition at line 43 of file protocol.h.
uint32_t livox::CommPacket::cmd_code |
Definition at line 48 of file protocol.h.
uint8_t livox::CommPacket::cmd_set |
Definition at line 47 of file protocol.h.
uint8_t* livox::CommPacket::data |
Definition at line 54 of file protocol.h.
uint16_t livox::CommPacket::data_len |
Definition at line 55 of file protocol.h.
uint8_t livox::CommPacket::packet_type |
Definition at line 44 of file protocol.h.
uint32_t livox::CommPacket::padding |
Definition at line 56 of file protocol.h.
uint8_t livox::CommPacket::protocol |
Definition at line 45 of file protocol.h.
uint8_t livox::CommPacket::protocol_version |
Definition at line 46 of file protocol.h.
uint32_t livox::CommPacket::receiver |
Definition at line 51 of file protocol.h.
uint32_t livox::CommPacket::sender |
Definition at line 49 of file protocol.h.
uint32_t livox::CommPacket::seq_num |
Definition at line 53 of file protocol.h.
uint32_t livox::CommPacket::sub_receiver |
Definition at line 52 of file protocol.h.
uint32_t livox::CommPacket::sub_sender |
Definition at line 50 of file protocol.h.