WWAN_DRX_PARAMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_DRX_PARAMS {
  WwanDRXUnspecified,
  WwanDRXNotSupported,
  WwanDRXCycle32,
  WwanDRXCycle64,
  WwanDRXCycle128,
  WwanDRXCycle256,
  WwanDRXCycleMax
} WWAN_DRX_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-wwan_drx_params)

Description

The WWAN_DRX_PARAMS enumeration lists Discontinuous Reception (DRX) settings.

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.

Remarks

See also

WWAN_REGISTRATION_PARAMS_INFO

OID_WWAN_REGISTER_PARAMS