Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

MethodDescription
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.

PropertyAccess typeDescription

InterfaceID

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

Mbnapi.idl

 

 

Community Additions

Show:
© 2014 Microsoft. All rights reserved.