Class 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 Detail

      • FALSE

        public static final GPO_PORT_STATE FALSE
        False GPI port state
      • ordinal

        public final int ordinal
    • Method Detail

      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object