![]() |
Open FFBoard
Open source force feedback firmware
|
#include <cdc_rndis.h>
Public Attributes | |
uint32_t | size |
Length, in bytes, of this header and appended data and padding. This value MUST be an integer multiple of 4. More... | |
uint32_t | type |
MUST be as per host operating system specification. More... | |
uint32_t | offset |
The byte offset from the beginning of this record to the beginning of data. More... | |
uint32_t | data [0] |
Flexible array contains data. More... | |
Definition at line 224 of file cdc_rndis.h.
uint32_t rndis_msg_out_of_band_data_t::data[0] |
Flexible array contains data.
Definition at line 228 of file cdc_rndis.h.
uint32_t rndis_msg_out_of_band_data_t::offset |
The byte offset from the beginning of this record to the beginning of data.
Definition at line 227 of file cdc_rndis.h.
uint32_t rndis_msg_out_of_band_data_t::size |
Length, in bytes, of this header and appended data and padding. This value MUST be an integer multiple of 4.
Definition at line 225 of file cdc_rndis.h.
uint32_t rndis_msg_out_of_band_data_t::type |
MUST be as per host operating system specification.
Definition at line 226 of file cdc_rndis.h.