Class IeSingleCommand


  • public class IeSingleCommand
    extends InformationElement
    Represents a single command (SCO) information element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IeSingleCommand​(boolean commandStateOn, int qualifier, boolean select)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getQualifier()  
      boolean isCommandStateOn()  
      boolean isSelect()
      Returns true if the command selects and false if the command executes.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • IeSingleCommand

        public IeSingleCommand​(boolean commandStateOn,
                               int qualifier,
                               boolean select)
    • Method Detail

      • isCommandStateOn

        public boolean isCommandStateOn()
      • toString

        public java.lang.String toString()
      • isSelect

        public boolean isSelect()
        Returns true if the command selects and false if the command executes.
        Returns:
        true if the command selects and false if the command executes.
      • getQualifier

        public int getQualifier()