Represents e-I-DRX settings. More...
#include <cellular_types.h>
Data Fields | |
uint8_t | mode |
uint8_t | rat |
uint8_t | requestedEdrxValue |
uint8_t | nwProvidedEdrxValue |
uint8_t | pagingTimeWindow |
Represents e-I-DRX settings.
uint8_t CellularEidrxSettings_t::mode |
e-I-DRX mode (as shown above).
uint8_t CellularEidrxSettings_t::rat |
Radio Access Technology (as shown above).
uint8_t CellularEidrxSettings_t::requestedEdrxValue |
Requested eDRX value encoded as per spec (as shown above).
uint8_t CellularEidrxSettings_t::nwProvidedEdrxValue |
Network provided eDRX value encoded as per spec (as shown above). Only applicable in URC.
uint8_t CellularEidrxSettings_t::pagingTimeWindow |
Paging time window encoded as per spec (as shown above). Only applicable in URC.