structure WWAN_NR_SERVING_CELLS (wwan.h)

La structure WWAN_NR_SERVING_CELLS représente la liste des résultats mesurés des cellules de service 5G NR.

Syntaxe

typedef struct _WWAN_NR_SERVING_CELLS {
  ULONG ElementCount;
  BYTE  NRServingCells[ANYSIZE_ARRAY];
} WWAN_NR_SERVING_CELLS, *PWWAN_NR_SERVING_CELLS;

Membres

ElementCount

Nombre d’entrées de cellule de service NR après cet élément, avec un maximum de 32 cellules nr servant.

NRServingCells[ANYSIZE_ARRAY]

Tableau d’enregistrements de cellule de service NR, chacun spécifié en tant que structure de WWAN_NR_SERVING_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_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS