Class PeriodicTrigger

java.lang.Object
com.zebra.rfid.api3.PeriodicTrigger

public class PeriodicTrigger extends Object
Periodic Trigger Information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    UTC Time to start the operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Non-zero value indicating the time period in milliseconds for which inventory will run.
    void
    setPeriod(int period)
    Non-zero value indicating the time period in milliseconds for which inventory will run.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • StartTime

      public SYSTEMTIME StartTime
      UTC Time to start the operation.
  • Method Details

    • getPeriod

      public int getPeriod()
      Non-zero value indicating the time period in milliseconds for which inventory will run.
    • setPeriod

      public void setPeriod(int period)
      Non-zero value indicating the time period in milliseconds for which inventory will run.