Class GPO_PORT_STATE

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

public class GPO_PORT_STATE extends Object
Gets the value of GPO state returns 0 for false state and 1 for true state
  • Field Details

    • 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
  • Method Details

    • equals

      public boolean equals(int val)
    • getValue

      public int getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object