WWAN_PROVIDER2 struttura (wwan.h)
La struttura WWAN_PROVIDER2 descrive i dettagli di un provider di rete.
Sintassi
typedef struct _WWAN_PROVIDER2 {
WWAN_PROVIDER Provider;
WWAN_CELLULAR_CLASS WwanCellularClass;
ULONG Rssi;
ULONG ErrorRate;
} WWAN_PROVIDER2, *PWWAN_PROVIDER2;
Members
Provider
Oggetto WWAN_PROVIDER formattato che rappresenta i dettagli relativi a un provider di rete.
WwanCellularClass
Classe cellulare usata dal provider.
Rssi
Valore che rappresenta la forza del segnale wireless. Fare riferimento a WWAN_SIGNAL_STATE nel formato di questo membro.
ErrorRate
Valore codificato che rappresenta un intervallo percentuale di tassi di errore. Fare riferimento a WWAN_SIGNAL_STATE nel formato di questo membro.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 e versioni successive di Windows. |
Intestazione | wwan.h (include Wwan.h) |