| Interface | Description |
|---|---|
| ILircCode |
This interface models a "LircCode" Lirc hardware, device or driver.
|
| IMode2 |
This interface specifies the commands of "mode2" Lirc hardware, device or driver.
|
| Class | Description |
|---|---|
| LircCodeLircDevice |
This class models a "LircCode" Lirc hardware on /dev/lirc*.
|
| LircDevice |
This class is an abstract class for hardware communicating through /dev/lirc.
|
| LircHardware |
An abstract base class for Lirc drivers and -devices.
|
| Mode2LircDevice |
This class models a /dev/lirc device of the mode2 type, that is, capable of
sending and/or receiving according to raw timing information.
|
| Exception | Description |
|---|---|
| LircDeviceException |
Class for exceptions thrown from the classes in this package.
|
| NonExistentTransmitterException |
This exception is thrown when a non-existing transmitter is requested.
|
| NotSupportedException |
This exception is thrown when not supported functionality is requested.
|
Copyright © 2019. All rights reserved.