struttura WWAN_NR_SERVING_CELLS (wwan.h)

La struttura WWAN_NR_SERVING_CELLS rappresenta l'elenco dei risultati misurati delle celle di servizio 5G NR.

Sintassi

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

Members

ElementCount

Numero di voci di cella che servono nr dopo questo elemento, con un massimo di 32 celle di gestione nr.

NRServingCells[ANYSIZE_ARRAY]

Matrice di record di cella che gestisce nr, ognuno specificato come struttura WWAN_NR_SERVING_CELLS_INFO .

Requisiti

Requisito Valore
Client minimo supportato Windows 11
Server minimo supportato Windows Server 2022
Intestazione wwan.h

Vedi anche

WWAN_BASE_STATIONS_INFO

WWAN_NR_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS