IMbnRadio interface (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The IMbnRadio interface is used to query and update the radio state of Mobile Broadband devices.
Inheritance
The IMbnRadio interface inherits from the IUnknown interface. IMbnRadio also has these types of members:
Methods
The IMbnRadio interface has these methods.
IMbnRadio::get_HardwareRadioState The hardware radio state of a Mobile Broadband device. |
IMbnRadio::get_SoftwareRadioState The software radio state of a Mobile Broadband device. |
IMbnRadio::SetSoftwareRadioState Sets the software radio state of a Mobile Broadband device. |
Remarks
An application can acquire this interface by calling the QueryInterface method of IMbnInterface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |