Class GlobalCacheIrSenderSelector

    • Constructor Detail

      • GlobalCacheIrSenderSelector

        public GlobalCacheIrSenderSelector​(GuiUtils guiUtils,
                                           boolean verbose,
                                           int timeout,
                                           boolean senderSupport)
        Creates new form GlobalCacheIrSenderSelector
        Parameters:
        guiUtils -
        verbose -
        timeout -
        senderSupport -
      • GlobalCacheIrSenderSelector

        public GlobalCacheIrSenderSelector()
    • Method Detail

      • setTimeout

        public void setTimeout​(int timeout)
        Parameters:
        timeout - the timeout to set
      • setVerbose

        public void setVerbose​(boolean verbose)
        Parameters:
        verbose - the verbose to set
      • getIpName

        public String getIpName()
        Returns:
        the ipName
      • getModule

        public int getModule()
        Returns:
        the module
      • setModule

        public void setModule​(int module)
        Parameters:
        module - the module to set
      • getPort

        public int getPort()
        Returns:
        the port
      • setPort

        public void setPort​(int port)
        Parameters:
        port - the port to set
      • getTransmitter

        public org.harctoolbox.harchardware.ir.GlobalCache.GlobalCacheIrTransmitter getTransmitter()
                                                                                            throws org.harctoolbox.harchardware.ir.NoSuchTransmitterException
        Returns:
        Throws:
        org.harctoolbox.harchardware.ir.NoSuchTransmitterException
      • setGuiUtils

        public void setGuiUtils​(GuiUtils guiUtils)
      • isStopEnabled

        public boolean isStopEnabled()
      • setStopEnabled

        public void setStopEnabled​(boolean value)
      • getGlobalCache

        public org.harctoolbox.harchardware.ir.GlobalCache getGlobalCache()