Class IeRegulatingStepCommand


  • public class IeRegulatingStepCommand
    extends InformationElement
    Represents a regulating step command (RCO) information element.
    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • IeRegulatingStepCommand

        public IeRegulatingStepCommand​(IeRegulatingStepCommand.StepCommandState commandState,
                                       int qualifier,
                                       boolean select)
        Create a Regulating Step 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()