Uses of Interface
org.harctoolbox.harchardware.IHarcHardware
Packages that use IHarcHardware
Package
Description
-
Uses of IHarcHardware in org.harctoolbox.harchardware
Subinterfaces of IHarcHardware in org.harctoolbox.harchardwareModifier and TypeInterfaceDescriptioninterfaceA "Batch command" executor.interfaceThis interface specifies a device that can be sent commands, and that can be queried for responses.Classes in org.harctoolbox.harchardware that implement IHarcHardwareModifier and TypeClassDescriptionclassThis class wraps an ICommandExecutor into a ICommandLineDevice. -
Uses of IHarcHardware in org.harctoolbox.harchardware.cmdline
Methods in org.harctoolbox.harchardware.cmdline that return IHarcHardwareMethods in org.harctoolbox.harchardware.cmdline with parameters of type IHarcHardwareModifier and TypeMethodDescriptionbooleanCommandCapture.collect(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequenceCommandCapture.collect(IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequenceCommandReceive.collect(IHarcHardware hardware) voidCommandGetCommands.getCommands(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) voidCommandGetRemotes.getRemotes(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) booleanCommandTransmit.transmit(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) voidCommandVersion.version(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) -
Uses of IHarcHardware in org.harctoolbox.harchardware.comm
Classes in org.harctoolbox.harchardware.comm that implement IHarcHardwareModifier and TypeClassDescriptionclassfinal classfinal classclassThis a helper class, to bundle the socket operations in a unified manner.classclassclass -
Uses of IHarcHardware in org.harctoolbox.harchardware.ir
Classes in org.harctoolbox.harchardware.ir with type parameters of type IHarcHardwareSubinterfaces of IHarcHardware in org.harctoolbox.harchardware.irModifier and TypeInterfaceDescriptioninterfaceThis hardware captures IR signals, for analyzing rather than for deployment use.interfaceThis interface contains the common parts between capturers and receivers.interfaceThis hardware can receive an IR signal for deployment.Classes in org.harctoolbox.harchardware.ir that implement IHarcHardwareModifier and TypeClassDescriptionclassThis class implements capturing and sending support for the CommandFusion Learner.classclassGirsClient<T extends ICommandLineDevice & IHarcHardware>classThis class implements the GlobalCache TCP Unified TCP API (Version 1.1), according to the official API documentation.classclassThis class implements IR sending using the Java audio device.classThis class models a serial device that takes text commands from a serial port, like the Arduino.classclassIrSerial<T extends LocalSerialPort>This class models a serial device that takes text commands from a serial port, like the Arduino.final classThis class contains a driver for Dangerous Prototype's IrToy.classclassclassThis class implements support for Kevin Timmerman's Ir Widget.classA LIRC client, talking to a remote LIRC server through a TCP port.classA LIRC client, talking to a remote LIRC server through a TCP port.final classThis 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
Classes in org.harctoolbox.harchardware.misc that implement IHarcHardware