Class UpTime
Represents the Uptime. Holds both First seen and last seen time
Inheritance
System.Object
UpTime
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class UpTime
Properties
FirstSeenTimeStamp
Gets the First Seen up time
Declaration
public ulong FirstSeenTimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
LastSeenTimeStamp
Gets the last seen up time
Declaration
public ulong LastSeenTimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |