![]() |
Open FFBoard
Open source force feedback firmware
|
Reset Complete Message. More...
#include <cdc_rndis.h>
Public Attributes | |
uint32_t | type |
Message Type, must be RNDIS_MSG_RESET_CMPLT. More... | |
uint32_t | length |
Message length in bytes, MUST be 0x10. More... | |
uint32_t | status |
The status of processing for the rndis_msg_reset_t, has value from rndis_msg_status_t. More... | |
uint32_t | addressing_reset |
This field indicates whether the addressing information, which is the multicast address list or packet filter, has been lost during the reset operation. This MUST be set to 0x00000001 if the device requires that the host to resend addressing information or MUST be set to zero otherwise. More... | |
Reset Complete Message.
This message MUST be sent by the device in response to a reset message.
Definition at line 160 of file cdc_rndis.h.
uint32_t rndis_msg_reset_cmplt_t::addressing_reset |
This field indicates whether the addressing information, which is the multicast address list or packet filter, has been lost during the reset operation. This MUST be set to 0x00000001 if the device requires that the host to resend addressing information or MUST be set to zero otherwise.
Definition at line 164 of file cdc_rndis.h.
uint32_t rndis_msg_reset_cmplt_t::length |
Message length in bytes, MUST be 0x10.
Definition at line 162 of file cdc_rndis.h.
uint32_t rndis_msg_reset_cmplt_t::status |
The status of processing for the rndis_msg_reset_t, has value from rndis_msg_status_t.
Definition at line 163 of file cdc_rndis.h.
uint32_t rndis_msg_reset_cmplt_t::type |
Message Type, must be RNDIS_MSG_RESET_CMPLT.
Definition at line 161 of file cdc_rndis.h.