MODEMPOWERSTATE

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.

 

This enumeration indicates the modem power state.

Syntax

enum MODEMPOWERSTATE
{
    MODEM_POWER_OFF                     = 0x0001,
    MODEM_POWER_GOING_ON                = 0x0002,
    MODEM_POWER_ON                      = 0x0003,
    MODEM_POWER_GOING_OFF               = 0x0004,
    MODEM_POWER_SHUTING_DOWN            = 0x0005
} ;

Constants

  • MODEM_POWER_OFF
    Modem power is off.

  • MODEM_POWER_GOING_ON
    The modem is powering on.

  • MODEM_POWER_ON
    Modem power is on.

  • MODEM_POWER_GOING_OFF
    The modem is powering off.

  • MODEM_POWER_SHUTING_DOWN
    The modem is shutting.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

Cellular COM enumerations

 

 

Send comments about this topic to Microsoft