| Interface | Description |
|---|---|
| ICapture |
This hardware captures IR signals, for analyzing rather than for deployment use.
|
| IIrReader |
This interface contains the common parts between capturers and receivers.
|
| IIrSenderStop | |
| IRawIrSender |
Commands for IR senders being able to send IR signals.
|
| IRawIrSenderRepeat |
Commands for IR senders being able to send IR signals repeating "forever".
|
| IReceive |
This hardware can receive an IR signal for deployment.
|
| IRemoteCommandIrSender |
This is a bunch of functions for IR senders using a remote/command-model of sending.
|
| ITransmitter |
Some general functions for generating transmitters in a general framework.
|
| Class | Description |
|---|---|
| CommandFusion |
This class implements capturing and sending support for the CommandFusion Learner.
|
| DevLirc | |
| GirsClient<T extends ICommandLineDevice & IHarcHardware> | |
| GlobalCache | |
| GlobalCache.GlobalCacheIrTransmitter | |
| GlobalCacheParser | |
| IrAudioDevice |
This class does something interesting and useful.
|
| IrDummy |
A dummy device just for testing.
|
| IrGenericSerial |
This class models a serial device that takes text commands from a serial port, like the Arduino.
|
| IrSerial<T extends LocalSerialPort> |
This class models a serial device that takes text commands from a serial port, like the Arduino.
|
| IrToy |
This class contains a driver for Dangerous Prototype's IrToy.
|
| IrTrans | |
| IrTrans.IrTransTransmitter | |
| IrTransIRDB | |
| IrWidget |
This class implements support for Kevin Timmerman's Ir Widget.
|
| LircCcfClient |
A LIRC client, talking to a remote LIRC
server through a TCP port.
|
| LircClient |
A LIRC client, talking to a remote LIRC
server through a TCP port.
|
| LircClient.CommandList | |
| LircClient.CommandSendOnce | |
| LircClient.CommandSendStart | |
| LircClient.CommandSendStop | |
| LircClient.CommandSetTransmitters | |
| LircClient.CommandSimulate | |
| LircClient.CommandVersion | |
| LircMode2 |
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.
|
| LircTransmitter | |
| Mode2Parser |
This class contains a parser for mode2 files.
|
| Transmitter | |
| Wave |
This class generates (or analyzes) a wave audio file that can be played
on standard audio equipment and fed to a pair of anti-parallel double IR sending diodes,
which can thus control IR equipment.
|
| Enum | Description |
|---|---|
| GlobalCache.IrConfiguration |
Possible arguments to the set_IR command.
|
| GlobalCache.ModuleType | |
| IrTrans.Interface |
Interface that can be used to command an IrTrans unit
|
| IrTrans.Led |
IR LEDs on the IrTrans
|
| Exception | Description |
|---|---|
| NoSuchTransmitterException |
This exception is thrown when trying to use a non existing transmitter.
|
Copyright © 2020. All rights reserved.