Timestamp class supporting Impinj Reader and LLRP timestamp data. Timestamps from the reader are microseconds since the Epoch (00:00:00 UTC, January 1, 1970) (16 digit numbers)
More...
Timestamp class supporting Impinj Reader and LLRP timestamp data. Timestamps from the reader are microseconds since the Epoch (00:00:00 UTC, January 1, 1970) (16 digit numbers)
Impinj.OctaneSdk.ImpinjTimestamp.ImpinjTimestamp |
( |
) | |
|
Impinj.OctaneSdk.ImpinjTimestamp.ImpinjTimestamp |
( |
DateTime |
dt) | |
|
Constructor that translates standard DateTime data into ImpinjTimeStamp format.
- Parameters
-
dt | Standard DateTime timestamp. |
Impinj.OctaneSdk.ImpinjTimestamp.ImpinjTimestamp |
( |
ulong |
utc) | |
|
Constructor that takes unsigned long (Impinj reader) timestamp data.
- Parameters
-
utc | Unsigned long format timestamp; microseconds since the Epoch (00:00:00 UTC, January 1, 1970) (16 digit number). |
Impinj.OctaneSdk.ImpinjTimestamp.ImpinjTimestamp |
( |
Org.LLRP.LTK.LLRPV1.UNION_Timestamp |
timestampFromLlrp) | |
|
Constructor that takes LLRP timestamp data.
- Parameters
-
timestampFromLlrp | LLRP timestamp object |
override string Impinj.OctaneSdk.ImpinjTimestamp.ToString |
( |
) | |
|
Conversion utility that outputs the ImpinjTimestamp data as a string.
- Returns
DateTime Impinj.OctaneSdk.ImpinjTimestamp.LocalDateTime |
|
get |
ulong Impinj.OctaneSdk.ImpinjTimestamp.Utc |
|
getset |
Time data member variable.