Package com.zebra.rfid.api3
Class PeriodicTrigger
- java.lang.Object
-
- com.zebra.rfid.api3.PeriodicTrigger
-
public class PeriodicTrigger extends java.lang.ObjectPeriodic Trigger Information.
-
-
Field Summary
Fields Modifier and Type Field Description SYSTEMTIMEStartTimeUTC Time to start the operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPeriod()Non-zero value indicating the time period in milliseconds for which inventory will run.voidsetPeriod(int period)Non-zero value indicating the time period in milliseconds for which inventory will run.
-
-
-
Field Detail
-
StartTime
public SYSTEMTIME StartTime
UTC Time to start the operation.
-
-