Uses of Class
org.harctoolbox.harchardware.ir.Transmitter
Packages that use Transmitter
-
Uses of Transmitter in org.harctoolbox.harchardware.ir
Subclasses of Transmitter in org.harctoolbox.harchardware.irModifier and TypeClassDescriptionstatic classstatic classclassMethods in org.harctoolbox.harchardware.ir that return TransmitterModifier and TypeMethodDescriptionDevLirc.getTransmitter()GirsClient.getTransmitter()GirsClient.getTransmitter(String connector) IrAudioDevice.getTransmitter()IRawIrSender.getTransmitter()Returns a default Transmitter for the device.IRemoteCommandIrSender.getTransmitter()Returns a default Transmitter for the device.IrSerial.getTransmitter()ITransmitter.getTransmitter()Returns a default transmitter for the present device.ITransmitter.getTransmitter(String connector) Parses the String argument, and returns a transmitter accordingly.Methods in org.harctoolbox.harchardware.ir with parameters of type TransmitterModifier and TypeMethodDescriptionbooleanIrToy.sendCcf(String ccf, int count, Transmitter transmitter) booleanIrTrans.sendCcf(String ccf, int count, Transmitter transmitter) booleanLircCcfClient.sendCcf(String ccf, int count, Transmitter transmitter) booleanIrToy.sendCcfRepeat(String ccf, Transmitter transmitter) Not supported due to hardware restrictions.booleanIrTrans.sendCcfRepeat(String ccf, Transmitter transmitter) booleanLircCcfClient.sendCcfRepeat(String ccf, Transmitter transmitter) booleanCommandFusion.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanDevLirc.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanGirsClient.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanGlobalCache.sendIr(org.harctoolbox.ircore.IrSignal code, int count, Transmitter transmitter) booleanIrAudioDevice.sendIr(org.harctoolbox.ircore.IrSignal irSignal, 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) booleanIrToy.sendIr(org.harctoolbox.ircore.IrSignal code, 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, Transmitter transmitter) 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.booleanLircClient.setTransmitters(Transmitter transmitter) Sends the SET_TRANSMITTER command to the LIRC server.booleanDevLirc.stopIr(Transmitter transmitter) booleanGirsClient.stopIr(Transmitter transmitter) booleanGlobalCache.stopIr(Transmitter transmitter) booleanIIrSenderStop.stopIr(Transmitter transmitter) Stops ongoing IR transmission.booleanLircCcfClient.stopIr(Transmitter transmitter) booleanLircClient.stopIr(String remote, String command, Transmitter transmitter) booleanLircClient.stopIr(Transmitter transmitter) Constructors in org.harctoolbox.harchardware.ir with parameters of type Transmitter