IRadioInstance interface
Use this interface to retrieve and set properties specific to a device radio instance.
Members
The IRadioInstance interface inherits from the IUnknown interface. IRadioInstance also has these types of members:
- Methods
Methods
The IRadioInstance interface has these methods.
Method | Description |
---|---|
GetFriendlyName | Retrieves the friendly name or resource file name associated with a radio instance. |
GetInstanceSignature | Retrieves the ID associated with a radio instance. |
GetRadioManagerSignature | Retrieves the ID associated with the radio manager. |
GetRadioState | Retrieves the current state of the device radio. |
IsAssociatingDevice | Indicates if the radio instance is currently associating with a device. |
IsMultiComm | Indicates if the radio instance is associated with a MultiComm wireless chipset. |
SetRadioState | Sets the radio state for the device radio. |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also