Share via


IOemCellularModem

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

 

The IOemCellularModem interface represents a single cellular modem and has the primary goal of enumerating telephone cans (cellular endpoints) that are available. You may also (as an option) register for "unsolicited events".

Methods

The IOemCellularModem interface inherits the methods of the IUnknown interface.

In addition IOemCellularModem defines the following methods.

Method Description

IOemCellularModem::RegisterForOemCanAvailabilityChanges

Register for all state changes on the current modem.

IOemCellularModem::UnregisterForOemCanAvailabilityChanges

Unregister for all state changes on the current modem.

IOemCellularModem::RegisterForOemSlotChanges

Register for slot insertion/removal notifications

IOemCellularModem::UnregisterForOemSlotChanges

Unregister for slot insertion/removal notifications

IOemCellularModem::RegisterForPowerStateChanges

Register for power state changes on this modem

IOemCellularModem::UnregisterForPowerStateChanges

Unregister for power state changes on this modem

IOemCellularModem::SendModemOpaqueCommand

Send an Opaque Command to the Modem

IOemCellularModem::RegisterForOpaqueModemNotifications

Register for Opaque Modem Notifications

IOemCellularModem::UnRegisterForOpaqueModemNotifications

UnRegister for Opaque Modem Notifications

IOemCellularModem::SetRFState

Set the RF Power (Level) State for SAR

IOemCellularModem::GetRFState

Gets the RF Power(Level)State for SAR

 

Remarks

Example

 

 

Send comments about this topic to Microsoft