Open FFBoard
Open source force feedback firmware

Keep Alive 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
 

Detailed Description

Keep Alive Message.

This message MUST be sent by the host to check that device is still responsive. It is optional for the device to send this message to check if the host is active

Definition at line 180 of file cdc_rndis.h.

Member Data Documentation

◆ length

uint32_t rndis_msg_keep_alive_t::length

Message length in bytes, MUST be 0x10.

Definition at line 182 of file cdc_rndis.h.

◆ request_id

uint32_t rndis_msg_keep_alive_t::request_id

Definition at line 183 of file cdc_rndis.h.

◆ type

uint32_t rndis_msg_keep_alive_t::type

Message Type.

Definition at line 181 of file cdc_rndis.h.


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