libkindrv 0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
KinDrv::usb_packet_header_t Struct Reference

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
 

Detailed Description

USB packet header struct. All USB packets must have this header structure.

Member Data Documentation

◆ command_id

unsigned short KinDrv::usb_packet_header_t::command_id

The command id.

◆ command_size

unsigned short KinDrv::usb_packet_header_t::command_size

The total size of the command data (in bytes) that is transmitted.

◆ id_packet

unsigned short KinDrv::usb_packet_header_t::id_packet

The packet id.

◆ packet_quantity

unsigned short KinDrv::usb_packet_header_t::packet_quantity

Total number of packets, that are transmitted for this command.


The documentation for this struct was generated from the following file: