Uses of Class
org.harctoolbox.harchardware.HarcHardwareException
Packages that use HarcHardwareException
Package
Description
-
Uses of HarcHardwareException in org.harctoolbox.harchardware
Methods in org.harctoolbox.harchardware that throw HarcHardwareExceptionModifier and TypeMethodDescriptionExecutes a command, does not return until its finished.voidBufferedExecutor.open()voidFramedDevice.open()voidIHarcHardware.open()Opens the device with previously set parameters.voidBufferedExecutor.sendString(String cmd) voidFramedDevice.sendString(String cmd) String[]FramedDevice.sendString(String[] cmds, int count, int returnLines, int delay, int waitForAnswer) String[]FramedDevice.sendString(String cmd, int returnLines, int waitForAnswer) voidICommandLineDevice.sendString(String cmd) Sends a command (a String) to the instance.voidBufferedExecutor.setTimeout(int timeout) voidFramedDevice.setTimeout(int timeout) voidIHarcHardware.setTimeout(int timeout) Set timeout in milliseconds. -
Uses of HarcHardwareException in org.harctoolbox.harchardware.cmdline
Methods in org.harctoolbox.harchardware.cmdline that throw HarcHardwareExceptionModifier and TypeMethodDescriptionbooleanCommandCapture.collect(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequenceCommandCapture.collect(IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequenceCommandReceive.collect(IHarcHardware hardware) CommandCommonOptions.setupHardware()voidCommandCommonOptions.setupTimeouts(IIrReader hardware) booleanCommandTransmit.transmit(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) voidCommandVersion.version(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) -
Uses of HarcHardwareException in org.harctoolbox.harchardware.comm
Subclasses of HarcHardwareException in org.harctoolbox.harchardware.commMethods in org.harctoolbox.harchardware.comm that throw HarcHardwareException -
Uses of HarcHardwareException in org.harctoolbox.harchardware.ir
Subclasses of HarcHardwareException in org.harctoolbox.harchardware.irModifier and TypeClassDescriptionclassThis exception is thrown when trying to use a non existing transmitter.Methods in org.harctoolbox.harchardware.ir that throw HarcHardwareExceptionModifier and TypeMethodDescriptionorg.harctoolbox.ircore.ModulatedIrSequenceDevLirc.capture()org.harctoolbox.ircore.ModulatedIrSequenceGirsClient.capture()org.harctoolbox.ircore.ModulatedIrSequenceICapture.capture()Listens to the device and returns a sequence.org.harctoolbox.ircore.ModulatedIrSequenceIrToy.capture()org.harctoolbox.ircore.ModulatedIrSequenceLircMode2.capture()voidIrToy.checkVersion()longGirsClient.getParameter(String parameterName) static GirsClient<LocalSerialPortBuffered>GirsClient.newInstance(String portName, boolean verbose, Integer timeout) static GirsClient<TcpSocketPort>GirsClient.newInstance(InetAddress inetAddress, Integer portnumber, boolean verbose, Integer timeout) voidCommandFusion.open()voidDevLirc.open()voidGirsClient.open()voidIRrecvDumpV2.open()voidIrSerial.open()voidIrToy.open()voidIrWidget.open()org.harctoolbox.ircore.IrSequenceDevLirc.receive()org.harctoolbox.ircore.IrSequenceGirsClient.receive()org.harctoolbox.ircore.IrSequenceIReceive.receive()Listens to the device and returns a sequence.org.harctoolbox.ircore.IrSequenceIRrecvDumpV2.receive()org.harctoolbox.ircore.IrSequenceIrToy.receive()org.harctoolbox.ircore.IrSequenceLircMode2.receive()voidGirsClient.reset()voidIRrecvDumpV2.reset()booleanIrToy.sendCcf(String ccf, int count, Transmitter transmitter) booleanDevLirc.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, LircTransmitter transmitter) booleanDevLirc.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) booleanGirsClient.sendIr(org.harctoolbox.ircore.IrSignal irSignal, int count) booleanGirsClient.sendIr(org.harctoolbox.ircore.IrSignal irSignal, 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) booleanIrToy.sendIr(org.harctoolbox.ircore.IrSignal code, int count, Transmitter transmitter) voidGirsClient.sendString(String cmd) voidGirsClient.setBeginTimeout(int beginTimeout) voidIIrReader.setBeginTimeout(int integer) voidGirsClient.setCaptureMaxSize(int maxCaptureLength) voidIIrReader.setCaptureMaxSize(int integer) voidGirsClient.setEndingTimeout(int endingTimeout) voidIIrReader.setEndingTimeout(int integer) voidvoidGirsClient.setLed(int led, boolean state) voidGirsClient.setParameter(String parameterName, int newValue) voidGirsClient.setTimeout(int timeout) Deprecated.voidGirsClient.setUseReceiveForCapture(boolean val) voidConstructors in org.harctoolbox.harchardware.ir that throw HarcHardwareExceptionModifierConstructorDescriptionGirsClient(T hardware) IRrecvDumpV2(String portName, boolean verbose, Integer timeout) IRrecvDumpV2(String portName, boolean verbose, Integer timeout, Integer baud) IRrecvDumpV2(LocalSerialPortBuffered hardware) -
Uses of HarcHardwareException in org.harctoolbox.harchardware.misc
Methods in org.harctoolbox.harchardware.misc that throw HarcHardwareExceptionModifier and TypeMethodDescriptionEzControlT10.powerToggle(String preset) booleanEzControlT10.sendManual(EzControlT10.EZSystem system, String house, int device, int value, int arg, int n) booleanEzControlT10.sendManual(EzControlT10.EZSystem system, String house, int device, EzControlT10.Command cmd, int arg, int n) booleanEzControlT10.sendManual(EzControlT10.EZSystem system, String house, int device, EzControlT10.Command cmd, int power, int arg, int n) booleanEzControlT10.sendPreset(int switchNumber, int value) booleanEzControlT10.sendPreset(int switchNumber, int value, int count) booleanEzControlT10.sendPreset(int switchNumber, EzControlT10.Command cmd) booleanEzControlT10.sendPreset(int switchNumber, EzControlT10.Command cmd, int count)