struttura WWAN_NR_NEIGHBOR_CELLS (wwan.h)
La struttura WWAN_NR_NEIGHBOR_CELLS rappresenta l'elenco dei risultati misurati delle celle NR adiacenti.
Sintassi
typedef struct _WWAN_NR_NEIGHBOR_CELLS {
ULONG ElementCount;
BYTE NRNeighborCells[ANYSIZE_ARRAY];
} WWAN_NR_NEIGHBOR_CELLS, *PWWAN_NR_NEIGHBOR_CELLS;
Members
ElementCount
Numero di voci di cella adiacenti che seguono questo elemento, con un massimo di 8 migliori celle nr o eutra adiacenti.
NRNeighborCells[ANYSIZE_ARRAY]
Matrice di record di celle adiacenti NR, ognuno specificato come struttura WWAN_NR_NEIGHBOR_CELLS_INFO .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Server minimo supportato | Windows Server 2022 |
Intestazione | wwan.h |