다음을 통해 공유


RangingResultCallback.StatusCodeFail Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingResultStatusCode enum directly instead of this field.

A failure code for the whole ranging request operation.

[Android.Runtime.Register("STATUS_CODE_FAIL", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingResultStatusCode enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.RangingResultStatusCode StatusCodeFail = 1;
[<Android.Runtime.Register("STATUS_CODE_FAIL", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.RangingResultStatusCode enum directly instead of this field.", true)>]
val mutable StatusCodeFail : Android.Net.Wifi.Rtt.RangingResultStatusCode

Field Value

Value = 1
Attributes

Remarks

A failure code for the whole ranging request operation. Indicates a failure.

Java documentation for android.net.wifi.rtt.RangingResultCallback.STATUS_CODE_FAIL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to