Uses of Interface
org.harctoolbox.harchardware.IHarcHardware
Package
Description
-
Uses of IHarcHardware in org.harctoolbox.harchardware
Modifier and TypeInterfaceDescriptioninterface
A "Batch command" executor.interface
This interface specifies a device that can be sent commands, and that can be queried for responses.Modifier and TypeClassDescriptionclass
This class wraps an ICommandExecutor into a ICommandLineDevice. -
Uses of IHarcHardware in org.harctoolbox.harchardware.cmdline
Modifier and TypeMethodDescriptionboolean
CommandCapture.collect
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequence
CommandCapture.collect
(IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequence
CommandReceive.collect
(IHarcHardware hardware) void
CommandGetCommands.getCommands
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) void
CommandGetRemotes.getRemotes
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) boolean
CommandTransmit.transmit
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) void
CommandVersion.version
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) -
Uses of IHarcHardware in org.harctoolbox.harchardware.comm
Modifier and TypeClassDescriptionclass
final class
final class
class
This a helper class, to bundle the socket operations in a unified manner.class
class
class
-
Uses of IHarcHardware in org.harctoolbox.harchardware.ir
Modifier and TypeInterfaceDescriptioninterface
This hardware captures IR signals, for analyzing rather than for deployment use.interface
This interface contains the common parts between capturers and receivers.interface
This hardware can receive an IR signal for deployment.Modifier and TypeClassDescriptionclass
This class implements capturing and sending support for the CommandFusion Learner.class
class
GirsClient<T extends ICommandLineDevice & IHarcHardware>
class
This class implements the GlobalCache TCP Unified TCP API (Version 1.1), according to the official API documentation.class
class
This class implements IR sending using the Java audio device.class
This class models a serial device that takes text commands from a serial port, like the Arduino.class
class
IrSerial<T extends LocalSerialPort>
This class models a serial device that takes text commands from a serial port, like the Arduino.final class
This class contains a driver for Dangerous Prototype's IrToy.class
class
class
This class implements support for Kevin Timmerman's Ir Widget.class
A LIRC client, talking to a remote LIRC server through a TCP port.class
A LIRC client, talking to a remote LIRC server through a TCP port.final class
This class runs an external program, for example mode2 of LIRC, in a separate process, and evaluates its output, which is assumed to be in the LIRC mode2 format. -
Uses of IHarcHardware in org.harctoolbox.harchardware.misc