org.harctoolbox.irscrutinizer.sendinghardware
Class SendingIrTrans
java.lang.Object
org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
org.harctoolbox.irscrutinizer.sendinghardware.SendingIrTrans
- All Implemented Interfaces:
- ISendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
public class SendingIrTrans
- extends SendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
- implements ISendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
This class does something interesting and useful. Or not...
|
Constructor Summary |
SendingIrTrans(javax.swing.JPanel panel,
Props properties,
org.harctoolbox.guicomponents.GuiUtils gui,
org.harctoolbox.guicomponents.InternetHostPanel internetHostPanel,
org.harctoolbox.guicomponents.NamedCommandLauncher namedCommandLauncher)
|
|
Method Summary |
java.lang.String |
getName()
|
org.harctoolbox.harchardware.ir.Transmitter |
getTransmitter()
|
void |
setup()
This function (re-)initializes the hardware. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendingIrTrans
public SendingIrTrans(javax.swing.JPanel panel,
Props properties,
org.harctoolbox.guicomponents.GuiUtils gui,
org.harctoolbox.guicomponents.InternetHostPanel internetHostPanel,
org.harctoolbox.guicomponents.NamedCommandLauncher namedCommandLauncher)
getName
public java.lang.String getName()
- Specified by:
getName in interface ISendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
getTransmitter
public org.harctoolbox.harchardware.ir.Transmitter getTransmitter()
- Specified by:
getTransmitter in interface ISendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>- Overrides:
getTransmitter in class SendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
setup
public void setup()
throws java.io.IOException,
org.harctoolbox.harchardware.HarcHardwareException
- Description copied from interface:
ISendingHardware
- This function (re-)initializes the hardware. The construction should not.
If the parameters has not changed, should not re-initialize.
- Specified by:
setup in interface ISendingHardware<org.harctoolbox.harchardware.ir.IrTransIRDB>
- Throws:
java.io.IOException
org.harctoolbox.harchardware.HarcHardwareException