![]() |
Open FFBoard
Open source force feedback firmware
|
Set Complete Message. More...
#include <cdc_rndis.h>
Public Attributes | |
uint32_t | type |
Message Type. More... | |
uint32_t | length |
Message length in bytes, MUST be 0x10. More... | |
uint32_t | request_id |
must be the same as requesting message More... | |
uint32_t | status |
The status of processing for the request message request by the device to which this message is the response. More... | |
Set Complete Message.
This message MUST be sent in response to a the request message
Definition at line 188 of file cdc_rndis.h.
uint32_t rndis_msg_set_cmplt_t::length |
Message length in bytes, MUST be 0x10.
Definition at line 190 of file cdc_rndis.h.
uint32_t rndis_msg_set_cmplt_t::request_id |
must be the same as requesting message
Definition at line 191 of file cdc_rndis.h.
uint32_t rndis_msg_set_cmplt_t::status |
The status of processing for the request message request by the device to which this message is the response.
Definition at line 192 of file cdc_rndis.h.
uint32_t rndis_msg_set_cmplt_t::type |
Message Type.
Definition at line 189 of file cdc_rndis.h.