Detailed Description
The following files must be built with any user project that uses this module:
- LUFA/Drivers/USB/Class/Device/RNDIS.c
Device Mode USB Class driver framework interface, for the RNDIS USB Class driver.
Function Documentation
Configures the endpoints of a given RNDIS interface, ready for use. This should be linked to the library EVENT_USB_Device_ConfigurationChanged() event so that the endpoints are configured when the configuration containing the given HID interface is selected.
- Parameters:
-
[in,out] | RNDISInterfaceInfo | Pointer to a structure containing a RNDIS Class configuration and state. |
- Returns:
- Boolean true if the endpoints were sucessfully configured, false otherwise
Processes incomming control requests from the host, that are directed to the given RNDIS class interface. This should be linked to the library EVENT_USB_Device_UnhandledControlRequest() event.
- Parameters:
-
[in,out] | RNDISInterfaceInfo | Pointer to a structure containing a RNDIS Class configuration and state. |
General management task for a given HID class interface, required for the correct operation of the interface. This should be called frequently in the main program loop, before the master USB management task USB_USBTask().
- Parameters:
-
[in,out] | RNDISInterfaceInfo | Pointer to a structure containing a RNDIS Class configuration and state. |