RangingResult.GetLci Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("getLci", "()[B", "", ApiSince=35)]
public byte[] GetLci ();
[<Android.Runtime.Register("getLci", "()[B", "", ApiSince=35)>]
member this.GetLci : unit -> byte[]
Returns
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.