Package com.zebra.rfid.api3
Class UpTime
java.lang.Object
com.zebra.rfid.api3.UpTime
Represents the Uptime. Holds both First seen and last seen time
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the First Seen up timelong
Gets the last seen up time
-
Method Details
-
getFirstSeenTimeStamp
public long getFirstSeenTimeStamp()Gets the First Seen up time -
getLastSeenTimeStamp
public long getLastSeenTimeStamp()Gets the last seen up time
-