estructura WWAN_NR_NEIGHBOR_CELLS (wwan.h)

La estructura WWAN_NR_NEIGHBOR_CELLS representa la lista de resultados medidos de las celdas NR vecinas.

Sintaxis

typedef struct _WWAN_NR_NEIGHBOR_CELLS {
  ULONG ElementCount;
  BYTE  NRNeighborCells[ANYSIZE_ARRAY];
} WWAN_NR_NEIGHBOR_CELLS, *PWWAN_NR_NEIGHBOR_CELLS;

Miembros

ElementCount

Recuento de entradas de celda vecinas que siguen a este elemento, con un máximo de 8 mejores NR o celdas vecinas de EUTRA.

NRNeighborCells[ANYSIZE_ARRAY]

Matriz de registros de celdas vecinas de NR, cada una especificada como una estructura WWAN_NR_NEIGHBOR_CELLS_INFO .

Requisitos

Requisito Value
Cliente mínimo compatible Windows 11
Servidor mínimo compatible Windows Server 2022
Encabezado wwan.h

Consulte también

WWAN_BASE_STATIONS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_SERVING_CELLS

WWAN_NR_SERVING_CELLS_INFO