Package com.zebra.rfid.api3
Class IEvents.GPIEventData
java.lang.Object
com.zebra.rfid.api3.IEvents.GPIEventData
- Enclosing class:
IEvents
Represents GPI Event Data (port and the current state)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGPI event indicating if the GPI Port State was changed from low to high (true) or high to low (false).intGPI Port on which the state changed.
-
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).
-