Class GPOs


  • public class GPOs
    extends java.lang.Object
    Represents the General Purpose Output (GPO)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  GPOs.Port
      This class represents the individual GPO Port
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()
      Gets the number of GPO ports supported
      GPO_PORT_STATE getPortState​(int portIndex)
      Gets the current GPO State as enabled or disabled
      void setPortState​(int portIndex, GPO_PORT_STATE portState)
      Sets the current GPO State as enabled or disabled
      • Methods inherited from class java.lang.Object

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