Class GPIs


  • public class GPIs
    extends java.lang.Object
    This class represents the General Purpose Input (GPI)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  GPIs.Port
      Represents the individual GPI Port
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void enablePort​(int portIndex, boolean enabled)
      Sets the GPI port to enabled or disabled state
      int getLength()
      Gets the number of GPI ports supported by the reader
      GPI_PORT_STATE getPortState​(int portIndex)
      Gets the current GPI Port state
      boolean isPortEnabled​(int portIndex)
      Gets the GPI Port status
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait