org.harctoolbox.irscrutinizer.sendinghardware
Class SendingGenericSerialPort
java.lang.Object
org.harctoolbox.irscrutinizer.sendinghardware.SendingHardware<org.harctoolbox.harchardware.ir.IrGenericSerial>
org.harctoolbox.irscrutinizer.sendinghardware.SendingGenericSerialPort
- All Implemented Interfaces:
- ISendingHardware<org.harctoolbox.harchardware.ir.IrGenericSerial>
public class SendingGenericSerialPort
- extends SendingHardware<org.harctoolbox.harchardware.ir.IrGenericSerial>
- implements ISendingHardware<org.harctoolbox.harchardware.ir.IrGenericSerial>
This class does something interesting and useful. Or not...
|
Method Summary |
java.lang.String |
getName()
|
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 |
SendingGenericSerialPort
public SendingGenericSerialPort(javax.swing.JPanel panel,
GenericSerialSenderBean genericSerialSenderBean_,
Props properties_,
org.harctoolbox.guicomponents.GuiUtils guiUtils_)
- Parameters:
panel - genericSerialSenderBean_ - properties_ - guiUtils_ -
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.IrGenericSerial>
- Throws:
java.io.IOException
org.harctoolbox.harchardware.HarcHardwareException
getName
public java.lang.String getName()
- Specified by:
getName in interface ISendingHardware<org.harctoolbox.harchardware.ir.IrGenericSerial>