Compartilhar via


PollingFrame.Timestamp Property

Definition

Returns the timestamp of when the polling loop frame was observed in milliseconds.

public long Timestamp { [Android.Runtime.Register("getTimestamp", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTimestamp", "()J", "", ApiSince=35)>]
member this.Timestamp : int64

Property Value

the timestamp in milliseconds

Attributes

Remarks

Returns the timestamp of when the polling loop frame was observed in milliseconds. These timestamps are relative and not absolute and should only be used for comparing the timing of frames relative to each other.

Java documentation for android.nfc.cardemulation.PollingFrame.getTimestamp().

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