DlTdoaMeasurement.IsTxTimestampInCommonTimeBase Property
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.
Returns true if TX timestamp is based on a common time base.
public bool IsTxTimestampInCommonTimeBase { [Android.Runtime.Register("isTxTimestampInCommonTimeBase", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isTxTimestampInCommonTimeBase", "()Z", "", ApiSince=37)>]
member this.IsTxTimestampInCommonTimeBase : bool
Property Value
true if the TX timestamp is in the common time base, false otherwise.
- Attributes
Remarks
Returns true if TX timestamp is based on a common time base.
This value is derived from bit 0 of the MessageControl field. If TX timestamp is not based on a common time base, it is based on the local time base and cannot be used for localization.
Android reference for android.ranging.DlTdoaMeasurement.isTxTimestampInCommonTimeBase.
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.