IRadioInstanceCollection interface
Use this interface to retrieve a list of all radio instances associated with a radio manager, as well as retrieve a specific device radio instance from that list.
Members
The IRadioInstanceCollection interface inherits from the IUnknown interface. IRadioInstanceCollection also has these types of members:
- Methods
Methods
The IRadioInstanceCollection interface has these methods.
Method | Description |
---|---|
GetAt | Retrieves a specific radio instance from the collection. |
GetCount | Retrieves the number of radio instances currently managed by a radio manager. |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also