Class IeDoubleCommand


  • public class IeDoubleCommand
    extends InformationElement
    Represents a double command (DCO) information element.
    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • IeDoubleCommand

        public IeDoubleCommand​(IeDoubleCommand.DoubleCommandState commandState,
                               int qualifier,
                               boolean select)
        Create the Double Command Information Element.
        Parameters:
        commandState - the command state
        qualifier - the qualifier
        select - true if select, false if execute
    • Method Detail

      • 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()