Condividi tramite


enumerazione WWAN_SAR_CONTROL_MODE (wwan.h)

L'enumerazione WWAN_SAR_CONTROL_MODE specifica il modo in cui viene controllato il meccanismo di back off sar.

Sintassi

typedef enum _WWAN_SAR_CONTROL_MODE {
  WwanSarControlModeDevice,
  WwanSarControlModeOS
} WWAN_SAR_CONTROL_MODE, *PWWAN_SAR_CONTROL_MODE;

Costanti

 
WwanSarControlModeDevice
Il meccanismo di back off sar è controllato direttamente dal dispositivo modem.
WwanSarControlModeOS
Il meccanismo di back off sar è controllato e gestito dal sistema operativo.

Osservazioni

Questa enumerazione viene utilizzata nella struttura WWAN_SAR_CONFIG_INFO e nella struttura WWAN_SET_SAR_CONFIG.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1703
intestazione wwan.h

Vedere anche

MB di supporto della piattaforma SAR

OID_WWAN_SAR_CONFIG

WWAN_SAR_CONFIG_INFO

WWAN_SET_SAR_CONFIG