RangingRequest.SecurityModeOpen Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.
In questa modalità, l'intervallo viene eseguito con tutti i risponditori disponibili in modalità aperta.
[Android.Runtime.Register("SECURITY_MODE_OPEN", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.RangingRequestSecurityMode SecurityModeOpen = 0;
[<Android.Runtime.Register("SECURITY_MODE_OPEN", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingRequestSecurityMode enum directly instead of this field.", true)>]
val mutable SecurityModeOpen : Android.Net.Wifi.Rtt.RangingRequestSecurityMode
Valore del campo
Value = 0Implementazioni
- Attributi
Commenti
In questa modalità, l'intervallo viene eseguito con tutti i risponditori disponibili in modalità aperta. Se un risponditore non consente l'intervallo di modalità aperta, il risponditore verrà ignorato dalla richiesta di intervallo.If a responder does not allow open mode ranging ranging, the responder will be skipped from the ranging request.
Nota: se ScanResult#isRangingFrameProtectionRequired() è true, la modalità aperta non è supportata dall'API.
per android.net.wifi.rtt.RangingRequest.SECURITY_MODE_OPEN.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.