Package com.zebra.rfid.api3
Class GPO_PORT_STATE
- java.lang.Object
-
- com.zebra.rfid.api3.GPO_PORT_STATE
-
public class GPO_PORT_STATE extends java.lang.Object
Gets the value of GPO state returns 0 for false state and 1 for true state
-
-
Field Summary
Fields Modifier and Type Field Description static GPO_PORT_STATE
FALSE
False GPI port stateint
ordinal
static GPO_PORT_STATE
TRUE
True GPI port state
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(int val)
int
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
FALSE
public static final GPO_PORT_STATE FALSE
False GPI port state
-
TRUE
public static final GPO_PORT_STATE TRUE
True GPI port state
-
ordinal
public final int ordinal
-
-