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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantransmit(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandTransmit
public CommandTransmit()
-
-
Method Details
-
description
- Overrides:
descriptionin 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:
IOExceptionNoSuchTransmitterExceptionorg.harctoolbox.ircore.InvalidArgumentExceptionorg.harctoolbox.cmdline.UsageExceptionHarcHardwareExceptionorg.harctoolbox.irp.IrpParseExceptionorg.harctoolbox.irp.UnknownProtocolExceptionorg.harctoolbox.irp.IrpExceptionSAXException
-