Share via


estrutura WWAN_NR_NEIGHBOR_CELLS (wwan.h)

A estrutura WWAN_NR_NEIGHBOR_CELLS representa a lista de resultados medidos de células NR vizinhas.

Sintaxe

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

Membros

ElementCount

A contagem de entradas de células vizinhas após esse elemento, com um máximo de 8 células vizinhas NR ou EUTRA.

NRNeighborCells[ANYSIZE_ARRAY]

A matriz de registros de células vizinhas de NR, cada um especificado como uma estrutura WWAN_NR_NEIGHBOR_CELLS_INFO .

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 11
Servidor mínimo com suporte Windows Server 2022
Cabeçalho wwan.h

Confira também

WWAN_BASE_STATIONS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_SERVING_CELLS

WWAN_NR_SERVING_CELLS_INFO