Class IEvents.GPIEventData

java.lang.Object
com.zebra.rfid.api3.IEvents.GPIEventData
Enclosing class:
IEvents

public class IEvents.GPIEventData extends Object
Represents GPI Event Data (port and the current state)
  • Method Details

    • getGPIPort

      public int getGPIPort()
      GPI Port on which the state changed.
    • getGPIEventState

      public boolean getGPIEventState()
      GPI event indicating if the GPI Port State was changed from low to high (true) or high to low (false).