Class AwaitingBootstrapState

    • Method Detail

      • getAuthenticationStatus

        public AuthStatus getAuthenticationStatus()
        Returns:
        the current authentication status as determined by the state.
      • canSendCommandToRemote

        public boolean canSendCommandToRemote​(MenuCommand command)
        Description copied from interface: RemoteConnectorState
        called before any command is sent in order for the state to disallow
        Parameters:
        command - the command to check
        Returns:
        true to send, false to suppress.