DlTdoaMeasurement.InitiatorReplyTime 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 the time difference measured by the Initiator DT-Anchor.
public long InitiatorReplyTime { [Android.Runtime.Register("getInitiatorReplyTime", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getInitiatorReplyTime", "()J", "", ApiSince=37)>]
member this.InitiatorReplyTime : int64
Property Value
The Initiator Reply Time as a long.
- Attributes
Remarks
Returns the time difference measured by the Initiator DT-Anchor.
It's between the RX timestamp of a Responder's DTM and the TX timestamp of the Final DTM, in Ranging Ticks (~15.65 ps). If the ranging method SS-TWR is used between DT-Anchors, then there is no Final DTM at all and this value is 0.
Android reference for android.ranging.DlTdoaMeasurement.getInitiatorReplyTime.
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.