*
* \param[in,out] AudioInterfaceInfo Pointer to a structure containing an Audio Class configuration and state.
* \param[in] EndpointProperty Property of the endpoint to get or set, a value from Audio_ClassRequests_t.
- * \param[in] EndpointIndex Index of the streaming endpoint whose property is being referenced.
+ * \param[in] EndpointAddress Address of the streaming endpoint whose property is being referenced.
* \param[in] EndpointControl Parameter of the endpoint to get or set, a value from Audio_EndpointControls_t.
* \param[in,out] DataLength For SET operations, the length of the parameter data to set. For GET operations, the maximum
* length of the retrieved data. When NULL, the function should return whether the given property
*
* \param[in,out] AudioInterfaceInfo Pointer to a structure containing an Audio Class configuration and state.
* \param[in] EndpointProperty Property of the endpoint to get or set, a value from Audio_ClassRequests_t.
- * \param[in] EndpointIndex Index of the streaming endpoint whose property is being referenced.
+ * \param[in] EndpointAddress Address of the streaming endpoint whose property is being referenced.
* \param[in] EndpointControl Parameter of the endpoint to get or set, a value from Audio_EndpointControls_t.
* \param[in,out] DataLength For SET operations, the length of the parameter data to set. For GET operations, the maximum
* length of the retrieved data. When NULL, the function should return whether the given property
/** Indicates if a RNDIS message response is ready to be sent back to the host. */
bool ResponseReady = false;
-/** Current RNDIS adapter state, a value from the \ref RNDIS_States_t enum. */
+/** Current RNDIS adapter state, a value from the \c RNDIS_States_t enum. */
uint8_t CurrRNDISState = RNDIS_Uninitialized;
/** Current Ethernet packet filter mask. This is non-zero when the adapter is initialized, or zero when disabled. */
*\r
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.\r
*\r
- * \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.\r
+ * \return An error code from the \ref AudioHost_GetConfigDescriptorDataCodes_t enum.\r
*/\r
uint8_t ProcessConfigurationDescriptor(void)\r
{\r
\r
/* Enums: */\r
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */\r
- enum KeyboardHost_GetConfigDescriptorDataCodes_t\r
+ enum AudioHost_GetConfigDescriptorDataCodes_t\r
{\r
SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */\r
ControlError = 1, /**< A control request to the device failed to complete successfully */\r
*\r
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.\r
*\r
- * \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.\r
+ * \return An error code from the \ref AudioHost_GetConfigDescriptorDataCodes_t enum.\r
*/\r
uint8_t ProcessConfigurationDescriptor(void)\r
{\r
\r
/* Enums: */\r
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */\r
- enum KeyboardHost_GetConfigDescriptorDataCodes_t\r
+ enum AudioHost_GetConfigDescriptorDataCodes_t\r
{\r
SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */\r
ControlError = 1, /**< A control request to the device failed to complete successfully */\r