Share via


estrutura WWAN_NR_SERVING_CELLS (wwan.h)

A estrutura WWAN_NR_SERVING_CELLS representa a lista de resultados medidos de células de serviço 5G NR.

Sintaxe

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

Membros

ElementCount

A contagem de entradas de célula de serviço NR após esse elemento, com um máximo de 32 células de serviço NR.

NRServingCells[ANYSIZE_ARRAY]

A matriz de NR que serve registros de célula, cada um especificado como uma estrutura WWAN_NR_SERVING_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_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS