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 après cet élément, avec un maximum de 8 meilleures cellules NR ou EUTRA voisines.

NRNeighborCells[ANYSIZE_ARRAY]

Tableau d’enregistrements de cellules voisines NR, chacun spécifié en tant que structure de WWAN_NR_NEIGHBOR_CELLS_INFO .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11
Serveur minimal pris en charge Windows Server 2022
En-tête wwan.h

Voir aussi

WWAN_BASE_STATIONS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_SERVING_CELLS

WWAN_NR_SERVING_CELLS_INFO