Class CommandTransmit
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.harchardware.cmdline.CommandTransmit
public class CommandTransmit
extends org.harctoolbox.cmdline.AbstractCommand
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
transmit
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandTransmit
public CommandTransmit()
-
-
Method Details
-
description
- Overrides:
description
in classorg.harctoolbox.cmdline.AbstractCommand
-
transmit
public boolean transmit(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) throws IOException, NoSuchTransmitterException, org.harctoolbox.ircore.InvalidArgumentException, org.harctoolbox.cmdline.UsageException, HarcHardwareException, org.harctoolbox.irp.IrpParseException, org.harctoolbox.irp.UnknownProtocolException, org.harctoolbox.irp.IrpException, SAXException - Throws:
IOException
NoSuchTransmitterException
org.harctoolbox.ircore.InvalidArgumentException
org.harctoolbox.cmdline.UsageException
HarcHardwareException
org.harctoolbox.irp.IrpParseException
org.harctoolbox.irp.UnknownProtocolException
org.harctoolbox.irp.IrpException
SAXException
-