Class SendingGirsClient
- java.lang.Object
-
- org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>
-
- org.harctoolbox.irscrutinizer.sendinghardware.SendingGirsClient
-
- All Implemented Interfaces:
ISendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>
public class SendingGirsClient extends SendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>> implements ISendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>
-
-
Field Summary
-
Fields inherited from class org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware
guiUtils, PROP_PANEL, PROP_RAWIRSENDER, PROP_VERBOSE, properties
-
-
Constructor Summary
Constructors Constructor Description SendingGirsClient(JPanel panel, GirsClientBean girsClientBean, Props props, GuiUtils guiUtils_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()org.harctoolbox.harchardware.ir.GirsClient<?>getRawIrSender()voidsetup()This function (re-)initializes the hardware.-
Methods inherited from class org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware
close, getPanel, getTransmitter, isValid, sendIr, setVerbose
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.harctoolbox.irscrutinizer.sendinghardware.ISendingHardware
close, getPanel, getTransmitter, isValid, sendIr, setVerbose
-
-
-
-
Constructor Detail
-
SendingGirsClient
public SendingGirsClient(JPanel panel, GirsClientBean girsClientBean, Props props, GuiUtils guiUtils_)
-
-
Method Detail
-
setup
public void setup() throws IOException, org.harctoolbox.harchardware.HarcHardwareExceptionDescription copied from interface:ISendingHardwareThis function (re-)initializes the hardware. The construction should not. If the parameters has not changed, should not re-initialize.- Specified by:
setupin interfaceISendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>- Specified by:
setupin classSendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>- Throws:
IOExceptionorg.harctoolbox.harchardware.HarcHardwareException
-
getName
public String getName()
- Specified by:
getNamein interfaceISendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>- Specified by:
getNamein classSendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>
-
getRawIrSender
public org.harctoolbox.harchardware.ir.GirsClient<?> getRawIrSender()
- Specified by:
getRawIrSenderin interfaceISendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>- Specified by:
getRawIrSenderin classSendingHardware<org.harctoolbox.harchardware.ir.GirsClient<?>>- Returns:
- the rawIrSender
-
-