WWAN_BASE_STATIONS_INFO_REQ structure (wwan.h)
The WWAN_BASE_STATIONS_INFO_REQ structure represents the aspects of cellular base stations information that are requested in a base stations information query.
Syntax
typedef struct _WWAN_BASE_STATIONS_INFO_REQ {
ULONG MaxGSMCount;
ULONG MaxUMTSCount;
ULONG MaxTDSCDMACount;
ULONG MaxLTECount;
ULONG MaxCDMACount;
ULONG MaxNRCount;
} WWAN_BASE_STATIONS_INFO_REQ, *PWWAN_BASE_STATIONS_INFO_REQ;
Members
MaxGSMCount
The maximum number of entries of GSM neighboring cells returned in the GSM network measurement reports of WWAN_GSM_NMR.
MaxUMTSCount
The maximum number of entries of UMTS neighboring cells returned in the UMTS measured results list in WWAN_UMTS_MRL.
MaxTDSCDMACount
The maximum number of entries of TDSCDMA neighboring cells returned in the TDSCDMA measured results list in WWAN_TDSCDMA_MRL.
MaxLTECount
The maximum number of entries of LTE neighboring cells returned in the LTE measured results list in WWAN_LTE_MRL.
MaxCDMACount
The maximum number of entries of CDMA cells returned in the CDMA measured results list in WWAN_CDMA_MRL. This list includes both serving and neighboring cells.
MaxNRCount
The maximum number of entries of both 5G NR serving cells and neighbor cells returned in the measurement results in WWAN_NR_NEIGHBOR_CELLS and WWAN_NR_SERVING_CELLS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | wwan.h (include Wwan.h) |
See also
MB base stations information query support