![]() |
Open FFBoard
Open source force feedback firmware
|
Initialize Message. More...
#include <cdc_rndis.h>
Public Attributes | |
uint32_t | type |
Message type, must be RNDIS_MSG_INITIALIZE. More... | |
uint32_t | length |
Message length in bytes, must be 0x18. More... | |
uint32_t | request_id |
A 32-bit integer value, generated by the host, used to match the host's sent request to the response from the device. More... | |
uint32_t | major_version |
The major version of the RNDIS Protocol implemented by the host. More... | |
uint32_t | minor_version |
The minor version of the RNDIS Protocol implemented by the host. More... | |
uint32_t | max_xfer_size |
The maximum size, in bytes, of any single bus data transfer that the host expects to receive from the device. More... | |
Initialize Message.
This message MUST be sent by the host to initialize the device.
Definition at line 93 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::length |
Message length in bytes, must be 0x18.
Definition at line 95 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::major_version |
The major version of the RNDIS Protocol implemented by the host.
Definition at line 97 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::max_xfer_size |
The maximum size, in bytes, of any single bus data transfer that the host expects to receive from the device.
Definition at line 99 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::minor_version |
The minor version of the RNDIS Protocol implemented by the host.
Definition at line 98 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::request_id |
A 32-bit integer value, generated by the host, used to match the host's sent request to the response from the device.
Definition at line 96 of file cdc_rndis.h.
uint32_t rndis_msg_initialize_t::type |
Message type, must be RNDIS_MSG_INITIALIZE.
Definition at line 94 of file cdc_rndis.h.