|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LIRCException | |
org.lirc | Java client API to receive signals from infrared remote controls using the LIRC or WINLirc packages. |
org.lirc.test | Contains classes that test or demonstrate the org.lirc package. |
org.lirc.ui | UI components and other classes for use with the org.lirc package. |
org.lirc.util | Utility classes for use with the org.lirc package. |
Uses of LIRCException in org.lirc |
Methods in org.lirc that throw LIRCException | |
java.lang.String |
StreamReceiver.readCode()
Reads a string from the daemon. |
static Receiver |
ReceiverFactory.createReceiver()
Gets an appropriate receiver for this platform. |
java.lang.String |
Receiver.readCode()
Reads a string from the daemon. |
Constructors in org.lirc that throw LIRCException | |
StreamReceiver()
Creates a new StreamReceiver |
|
StreamReceiver(java.io.InputStream inStream)
Creates a new StreamReceiver |
|
TCPReceiver()
Connects to the socket. |
|
TCPReceiver(int port)
Connects to the socket. |
|
LinuxReceiver()
Connects to a unix socket. |
|
LinuxReceiver(java.lang.String socketName)
Connects to a unix socket. |
|
LIRCClient()
Connects to the lircd socket and starts listening for signals. |
Uses of LIRCException in org.lirc.test |
Constructors in org.lirc.test that throw LIRCException | |
Irexec(java.io.File configFile)
|
Uses of LIRCException in org.lirc.ui |
Methods in org.lirc.ui that throw LIRCException | |
static void |
LIRCMapMaker.main(java.lang.String[] args)
For testing |
Uses of LIRCException in org.lirc.util |
Constructors in org.lirc.util that throw LIRCException | |
SimpleLIRCClient(java.lang.String filename)
Creates a new SimpleLIRCClient that loads it's settings from a file. |
|
SimpleLIRCClient(java.io.File file)
Creates a new SimpleLIRCClient that loads it's settings from a file. |
|
SimpleLIRCClient(java.lang.String program,
java.lang.String filename)
Creates a new SimpleLIRCClient that loads it's settings from a file. |
|
SimpleLIRCClient(java.lang.String program,
java.io.File file)
Creates a new SimpleLIRCClient that loads it's settings from a file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |