다음을 통해 공유


RangingResult.GetLci Method

Definition

[Android.Runtime.Register("getLci", "()[B", "", ApiSince=35)]
public byte[] GetLci ();
[<Android.Runtime.Register("getLci", "()[B", "", ApiSince=35)>]
member this.GetLci : unit -> byte[]

Returns

Byte[]

The Location Configuration Information (LCI) as self-reported by the peer. The format is specified in the IEEE 802.11-2016 specifications, section 9.4.2.22.10. <p> Note: the information is NOT validated - use with caution. Consider validating it with other sources of information before using it.

Attributes

Remarks

Java documentation for android.net.wifi.rtt.RangingResult.getLci().

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