IMbnInterface interface
Represents a Mobile Broadband device.
The properties and methods of IMbnInterface return the state of the device. Applications should register for change event notifications by implementing IMbnInterfaceEvents.
Members
The IMbnInterface interface inherits from the IUnknown interface. IMbnInterface also has these types of members:
Methods
The IMbnInterface interface has these methods.
Method | Description |
---|---|
GetConnection |
Gets the IMbnConnection object. |
GetHomeProvider |
Gets the home provider. |
GetInterfaceCapability |
Gets the device capabilities. |
GetPreferredProviders |
Gets the list of preferred providers. |
GetReadyState |
Gets the ready state. |
GetSubscriberInformation |
Gets the subscriber information. |
GetVisibleProviders |
Gets the visible providers. |
InEmergencyMode |
Determines whether the device is in emergency mode. |
ScanNetwork |
Scans the network to get a list of visible providers. |
SetPreferredProviders |
Updates the preferred providers. |
Properties
The IMbnInterface interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
The interface ID. |
Remarks
IMbnInterface objects are provided by calls to the GetInterface and GetInterfaces methods of the IMbnInterfaceManager interface.
Requirements
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
---|---|
Minimum supported server | None supported [desktop apps | Windows Store apps] |
IDL |
|