libkindrv 0.1
|
USB packet header struct. All USB packets must have this header structure. More...
#include <types.h>
Public Attributes | |
unsigned short | id_packet |
unsigned short | packet_quantity |
unsigned short | command_id |
unsigned short | command_size |
USB packet header struct. All USB packets must have this header structure.
unsigned short KinDrv::usb_packet_header_t::command_id |
The command id.
unsigned short KinDrv::usb_packet_header_t::command_size |
The total size of the command data (in bytes) that is transmitted.
unsigned short KinDrv::usb_packet_header_t::id_packet |
The packet id.
unsigned short KinDrv::usb_packet_header_t::packet_quantity |
Total number of packets, that are transmitted for this command.