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...
 

Detailed Description

Initialize Message.

This message MUST be sent by the host to initialize the device.

Definition at line 93 of file cdc_rndis.h.

Member Data Documentation

◆ length

uint32_t rndis_msg_initialize_t::length

Message length in bytes, must be 0x18.

Definition at line 95 of file cdc_rndis.h.

◆ major_version

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.

◆ max_xfer_size

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.

◆ minor_version

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.

◆ request_id

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.

◆ type

uint32_t rndis_msg_initialize_t::type

Message type, must be RNDIS_MSG_INITIALIZE.

Definition at line 94 of file cdc_rndis.h.


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