3.3.4.20 USB_HOST_AUDIO_V1_TerminalIDGet Function
C
uint8_t USB_HOST_AUDIO_V1_TerminalIDGet(
USB_HOST_AUDIO_V1_OBJ audioObj,
USB_HOST_AUDIO_V1_CONTROL_ENTITY_OBJ entityObject
);
Summary
This function returns the Terminal ID of the Audio Control entity. Prior to calling this function the entity object should be obtained by calling USB_HOST_AUDIO_V1_ControlEntityGetFirst, USB_HOST_AUDIO_V1_ControlEntityGetNext, or USB_HOST_AUDIO_V1_EntityObjectGet.
Parameters
Parameters | Description |
audioObj | USB Host Audio v1.0 Device object |
entityObject | Audio control entity object |
Returns
The terminal ID of the audio control entity object.
Remarks
None.