Compartilhar 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 seguindo esse elemento, com um máximo de 32 células de serviço NR.

NRServingCells[ANYSIZE_ARRAY]

A matriz de registros de célula de serviço NR, cada um especificado como uma estrutura WWAN_NR_SERVING_CELLS_INFO.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 11
servidor com suporte mínimo Windows Server 2022
cabeçalho wwan.h

Consulte também

WWAN_BASE_STATIONS_INFO

WWAN_NR_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS