Uses of Class
org.harctoolbox.harchardware.ir.NoSuchTransmitterException
Packages that use NoSuchTransmitterException
-
Uses of NoSuchTransmitterException in org.harctoolbox.harchardware.cmdline
Methods in org.harctoolbox.harchardware.cmdline that throw NoSuchTransmitterExceptionModifier and TypeMethodDescriptionbooleanCommandTransmit.transmit(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) -
Uses of NoSuchTransmitterException in org.harctoolbox.harchardware.ir
Methods in org.harctoolbox.harchardware.ir that throw NoSuchTransmitterExceptionModifier and TypeMethodDescriptionGlobalCache.getIr(int module, int connector) GlobalCache.getSerialPort(int portNumber) Returns a serial port from the GlobalCache.intGlobalCache.getState(int connector) intGlobalCache.getState(int module, int connector) DevLirc.getTransmitter(int number) DevLirc.getTransmitter(String connector) GirsClient.getTransmitter(String connector) GlobalCache.getTransmitter(String str) IrTrans.getTransmitter(String port) ITransmitter.getTransmitter(String connector) Parses the String argument, and returns a transmitter accordingly.LircClient.getTransmitter(int portNo) LircClient.getTransmitter(String port) GlobalCache.newTransmitter(int cardinal) GlobalCache.newTransmitter(int module, int port) static IrTrans.LedbooleanGlobalCache.pulseState(int connector) booleanGlobalCache.pulseState(int module, int connector) booleanIrTrans.sendCcf(String ccf, int count, Transmitter transmitter) booleanbooleanLircCcfClient.sendCcf(String ccf, int count, Transmitter transmitter) booleanIrTrans.sendCcfRepeat(String ccf, Transmitter transmitter) booleanLircCcfClient.sendCcfRepeat(String ccf, Transmitter transmitter) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code, int connector) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code, int count, int connector) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code, int count, int module, int connector) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code, int count, Transmitter transmitter) booleanIRawIrSender.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanIrGenericSerial.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanIrTrans.sendIr(org.harctoolbox.ircore.IrSignal code, int count, Transmitter transmitter) booleanLircCcfClient.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanGirsClient.sendIrCommand(String remote, String command, int count, Transmitter transmitter) booleanIRemoteCommandIrSender.sendIrCommand(String remote, String command, int count, Transmitter transmitter) Sends the command to the hardware, to be sent count number of times.booleanIrTransIRDB.sendIrCommand(String remote, String command, int count, IrTrans.Led led) booleanIrTransIRDB.sendIrCommand(String remote, String command, int count, Transmitter transmitter) booleanLircClient.sendIrCommand(String remote, String command, int count, int connector) booleanLircClient.sendIrCommand(String remote, String command, int count, Transmitter transmitter) booleanGirsClient.sendIrCommandRepeat(String remote, String command, Transmitter transmitter) booleanIRemoteCommandIrSender.sendIrCommandRepeat(String remote, String command, Transmitter transmitter) Like sendIr, but sends the IR signal until stopped by stopIr.booleanIrTransIRDB.sendIrCommandRepeat(String remote, String command, Transmitter transmitter) booleanLircClient.sendIrCommandRepeat(String remote, String command, Transmitter transmitter) booleanGirsClient.sendIrRepeat(org.harctoolbox.ircore.IrSignal irSignal, Transmitter transmitter) booleanIRawIrSenderRepeat.sendIrRepeat(org.harctoolbox.ircore.IrSignal irSignal, Transmitter transmitter) Like sendCcf, but continues the transmission until interrupted by a stopIr command.GlobalCache.sendIrString(org.harctoolbox.ircore.IrSignal code, int count, int module, int connector) static StringGlobalCache.sendIrString(org.harctoolbox.ircore.IrSignal code, int count, int module, int connector, int sendIndex, boolean compressed) Formats a string suitable for sending to a GlobalCache.GlobalCache.setIr(int module, int connector, GlobalCache.IrConfiguration mode) booleanGlobalCache.setState(int connector, boolean onOff) booleanGlobalCache.setState(int connector, int state) booleanGlobalCache.setState(int module, int connector, int state) booleanLircClient.setTransmitters(boolean[] ports) booleanLircClient.setTransmitters(int port) booleanLircClient.setTransmitters(Transmitter transmitter) Sends the SET_TRANSMITTER command to the LIRC server.booleanGirsClient.stopIr(Transmitter transmitter) booleanGlobalCache.stopIr(int module, int connector) booleanGlobalCache.stopIr(Transmitter transmitter) booleanIIrSenderStop.stopIr(Transmitter transmitter) Stops ongoing IR transmission.booleanLircCcfClient.stopIr(int port) booleanLircCcfClient.stopIr(Transmitter transmitter) booleanbooleanLircClient.stopIr(String remote, String command, Transmitter transmitter) booleanLircClient.stopIr(Transmitter transmitter) booleanGlobalCache.toggleState(int connector) booleanGlobalCache.toggleState(int module, int connector) Constructors in org.harctoolbox.harchardware.ir that throw NoSuchTransmitterException