Uses of Class
org.harctoolbox.harchardware.HarcHardwareException
Package
Description
-
Uses of HarcHardwareException in org.harctoolbox.harchardware
Modifier and TypeMethodDescriptionExecutes a command, does not return until its finished.void
BufferedExecutor.open()
void
FramedDevice.open()
void
IHarcHardware.open()
Opens the device with previously set parameters.void
BufferedExecutor.sendString
(String cmd) void
FramedDevice.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) void
ICommandLineDevice.sendString
(String cmd) Sends a command (a String) to the instance.void
BufferedExecutor.setTimeout
(int timeout) void
FramedDevice.setTimeout
(int timeout) void
IHarcHardware.setTimeout
(int timeout) Set timeout in milliseconds. -
Uses of HarcHardwareException in org.harctoolbox.harchardware.cmdline
Modifier and TypeMethodDescriptionboolean
CommandCapture.collect
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequence
CommandCapture.collect
(IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequence
CommandReceive.collect
(IHarcHardware hardware) CommandCommonOptions.setupHardware()
void
CommandCommonOptions.setupTimeouts
(IIrReader hardware) boolean
CommandTransmit.transmit
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) void
CommandVersion.version
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) -
Uses of HarcHardwareException in org.harctoolbox.harchardware.comm
-
Uses of HarcHardwareException in org.harctoolbox.harchardware.ir
Modifier and TypeClassDescriptionclass
This exception is thrown when trying to use a non existing transmitter.Modifier and TypeMethodDescriptionorg.harctoolbox.ircore.ModulatedIrSequence
DevLirc.capture()
org.harctoolbox.ircore.ModulatedIrSequence
GirsClient.capture()
org.harctoolbox.ircore.ModulatedIrSequence
ICapture.capture()
Listens to the device and returns a sequence.org.harctoolbox.ircore.ModulatedIrSequence
IrToy.capture()
org.harctoolbox.ircore.ModulatedIrSequence
LircMode2.capture()
void
IrToy.checkVersion()
long
GirsClient.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) void
CommandFusion.open()
void
DevLirc.open()
void
GirsClient.open()
void
IRrecvDumpV2.open()
void
IrSerial.open()
void
IrToy.open()
void
IrWidget.open()
org.harctoolbox.ircore.IrSequence
DevLirc.receive()
org.harctoolbox.ircore.IrSequence
GirsClient.receive()
org.harctoolbox.ircore.IrSequence
IReceive.receive()
Listens to the device and returns a sequence.org.harctoolbox.ircore.IrSequence
IRrecvDumpV2.receive()
org.harctoolbox.ircore.IrSequence
IrToy.receive()
org.harctoolbox.ircore.IrSequence
LircMode2.receive()
void
GirsClient.reset()
void
IRrecvDumpV2.reset()
boolean
IrToy.sendCcf
(String ccf, int count, Transmitter transmitter) boolean
DevLirc.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count, LircTransmitter transmitter) boolean
DevLirc.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) boolean
GirsClient.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count) boolean
GirsClient.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) boolean
IrAudioDevice.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) boolean
IRawIrSender.sendIr
(org.harctoolbox.ircore.IrSignal irSignal, int count, Transmitter transmitter) boolean
IrToy.sendIr
(org.harctoolbox.ircore.IrSignal code, int count, Transmitter transmitter) void
GirsClient.sendString
(String cmd) void
GirsClient.setBeginTimeout
(int beginTimeout) void
IIrReader.setBeginTimeout
(int integer) void
GirsClient.setCaptureMaxSize
(int maxCaptureLength) void
IIrReader.setCaptureMaxSize
(int integer) void
GirsClient.setEndingTimeout
(int endingTimeout) void
IIrReader.setEndingTimeout
(int integer) void
void
GirsClient.setLed
(int led, boolean state) void
GirsClient.setParameter
(String parameterName, int newValue) void
GirsClient.setTimeout
(int timeout) Deprecated.void
GirsClient.setUseReceiveForCapture
(boolean val) void
ModifierConstructorDescriptionGirsClient
(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
Modifier and TypeMethodDescriptionEzControlT10.powerToggle
(String preset) boolean
EzControlT10.sendManual
(EzControlT10.EZSystem system, String house, int device, int value, int arg, int n) boolean
EzControlT10.sendManual
(EzControlT10.EZSystem system, String house, int device, EzControlT10.Command cmd, int arg, int n) boolean
EzControlT10.sendManual
(EzControlT10.EZSystem system, String house, int device, EzControlT10.Command cmd, int power, int arg, int n) boolean
EzControlT10.sendPreset
(int switchNumber, int value) boolean
EzControlT10.sendPreset
(int switchNumber, int value, int count) boolean
EzControlT10.sendPreset
(int switchNumber, EzControlT10.Command cmd) boolean
EzControlT10.sendPreset
(int switchNumber, EzControlT10.Command cmd, int count)