structure WWAN_NR_NEIGHBOR_CELLS (wwan.h)
La structure WWAN_NR_NEIGHBOR_CELLS représente la liste des résultats mesurés des cellules NR voisines.
Syntaxe
typedef struct _WWAN_NR_NEIGHBOR_CELLS {
ULONG ElementCount;
BYTE NRNeighborCells[ANYSIZE_ARRAY];
} WWAN_NR_NEIGHBOR_CELLS, *PWWAN_NR_NEIGHBOR_CELLS;
Membres
ElementCount
Nombre d’entrées de cellules voisines qui suivent cet élément, avec un maximum de 8 meilleures cellules NR ou EUTRA voisins.
NRNeighborCells[ANYSIZE_ARRAY]
Tableau d’enregistrements de cellules voisines NR, chacun spécifié sous la forme d’une structure WWAN_NR_NEIGHBOR_CELLS_INFO.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 11 |
serveur minimum pris en charge | Windows Server 2022 |
d’en-tête | wwan.h |