// wwan.h
typedef enum _WWAN_DRX_PARAMS {
WwanDRXUnspecified,
WwanDRXNotSupported,
WwanDRXCycle32,
WwanDRXCycle64,
WwanDRXCycle128,
WwanDRXCycle256,
WwanDRXCycleMax
} WWAN_DRX_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DRX_PARAMS enumeration lists Discontinuous Reception (DRX) settings.
WwanDRXUnspecifiedThe 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.
WwanDRXNotSupportedThe modem does not support setting a DRX cycle.
WwanDRXCycle32DRX cycle T=32
WwanDRXCycle64DRX cycle T=64
WwanDRXCycle128DRX cycle T=128
WwanDRXCycle256DRX cycle T=256
WwanDRXCycleMaxIndicates 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.