/** Function to send the given encapsulated RNDIS command to the device.\r
*\r
* \param[in] Buffer Source command data buffer to send to the device\r
- * \param[in] Bytes Number of bytes to send\r
+ * \param[in] Length Number of bytes to send\r
*\r
* \return A value from the USB_Host_SendControlErrorCodes_t enum\r
*/\r
/** Function to receive the given encapsulated RNDIS response from the device.\r
*\r
* \param[out] Buffer Destination command data buffer to write read data from the device to\r
- * \param[in] Bytes Number of bytes to read\r
+ * \param[in] Length Number of bytes to read\r
*\r
* \return A value from the USB_Host_SendControlErrorCodes_t enum\r
*/\r