WWAN_DRX_PARAMS enumeration (wwan.h)

The WWAN_DRX_PARAMS enumeration lists Discontinuous Reception (DRX) settings.

Syntax

typedef enum _WWAN_DRX_PARAMS {
  WwanDRXUnspecified,
  WwanDRXNotSupported,
  WwanDRXCycle32,
  WwanDRXCycle64,
  WwanDRXCycle128,
  WwanDRXCycle256,
  WwanDRXCycleMax
} WWAN_DRX_PARAMS;

Constants

 
WwanDRXUnspecified
The DRX cycle is not specified. In OID_WWAN_REGISTER_PARAMS set requests, WwanDRXUnspecified indicates that the host does not request that the modem use a specific DRX cycle. In set or query responses, WwanDRXUnspecified indicates that the device does not know the DRX cycle.
WwanDRXNotSupported
The modem does not support setting a DRX cycle.
WwanDRXCycle32
DRX cycle T=32
WwanDRXCycle64
DRX cycle T=64
WwanDRXCycle128
DRX cycle T=128
WwanDRXCycle256
DRX cycle T=256
WwanDRXCycleMax
Indicates an out-of-bound value for this enumeration. All values less than WwanDRXCycleMax are valid. All values larger than or equal to WwanDRXCycleMax are invalid.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header wwan.h

See also

WWAN_REGISTRATION_PARAMS_INFO

OID_WWAN_REGISTER_PARAMS