public class LircCcfClient extends LircClient implements IRawIrSender
LircClient.CommandList, LircClient.CommandSendOnce, LircClient.CommandSendStart, LircClient.CommandSendStop, LircClient.CommandSetTransmitters, LircClient.CommandSimulate, LircClient.CommandVersiondefaultLircIP, defaultTimeout, lircDefaultPortrepeatMaxrepeatMax| Constructor and Description |
|---|
LircCcfClient(String hostname) |
LircCcfClient(String hostname,
boolean verbose) |
LircCcfClient(String hostname,
boolean verbose,
int timeout) |
LircCcfClient(String hostname,
int port,
boolean verbose,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendCcf(String ccf,
int count,
int port) |
boolean |
sendCcf(String ccf,
int count,
Transmitter transmitter) |
boolean |
sendCcfRepeat(String ccf,
Transmitter transmitter) |
boolean |
sendIr(org.harctoolbox.ircore.IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
stopIr(int port) |
boolean |
stopIr(Transmitter transmitter)
Stops ongoing IR transmission.
|
close, getCommands, getRemotes, getTransmitter, getTransmitter, getTransmitter, getTransmitterNames, getVersion, isValid, main, open, readLoop, sendCommand, sendIrCommand, sendIrCommand, sendIrCommandRepeat, setDebug, setTimeout, setTransmitters, setTransmitters, setTransmitters, setVerbose, stopIr, stopIrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransmitterpublic LircCcfClient(String hostname, int port, boolean verbose, int timeout) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic LircCcfClient(String hostname, boolean verbose, int timeout) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic LircCcfClient(String hostname, boolean verbose) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic LircCcfClient(String hostname) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionpublic boolean sendCcf(String ccf, int count, Transmitter transmitter) throws IOException, NoSuchTransmitterException
public boolean sendCcf(String ccf, int count, int port) throws IOException, NoSuchTransmitterException
public boolean sendCcfRepeat(String ccf, Transmitter transmitter) throws IOException, NoSuchTransmitterException
public boolean sendIr(org.harctoolbox.ircore.IrSignal irSignal,
int count,
Transmitter transmitter)
throws IOException,
NoSuchTransmitterException
sendIr in interface IRawIrSenderIOExceptionNoSuchTransmitterExceptionpublic boolean stopIr(Transmitter transmitter) throws IOException, NoSuchTransmitterException
IIrSenderStopstopIr in interface IIrSenderStopstopIr in class LircClientIOExceptionNoSuchTransmitterExceptionpublic boolean stopIr(int port)
throws NoSuchTransmitterException,
IOException
Copyright © 2020. All rights reserved.