Modifier and Type | Method and Description |
---|---|
void |
IHarcHardware.open()
Opens the device with previously set parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalSerialPort.open() |
void |
UrlPort.open() |
void |
LocalSerialPortBuffered.open() |
void |
LocalSerialPort.open(boolean iterate)
This version of open tries, if its argument is true, to open the "following" device if opening of the requested device fails.
|
void |
LocalSerialPortBuffered.open(boolean iterate) |
void |
LocalSerialPortBuffered.waitFor(String goal,
String areUThere,
int delay,
int tries) |
static void |
Wol.wol(String str) |
static void |
Wol.wol(String str,
boolean verbose) |
Constructor and Description |
---|
Wol(String str) |
Wol(String str,
boolean verbose) |
Modifier and Type | Class and Description |
---|---|
class |
NoSuchTransmitterException
This exception is thrown when trying to use a non existing transmitter.
|
Modifier and Type | Method and Description |
---|---|
ModulatedIrSequence |
GlobalCache.capture() |
ModulatedIrSequence |
Arduino.capture() |
ModulatedIrSequence |
IrToy.capture() |
ModulatedIrSequence |
LircMode2.capture() |
ModulatedIrSequence |
ICapture.capture()
Listens to the device and returns a sequence.
|
void |
IrSerial.open() |
void |
Arduino.open() |
void |
IrWidget.open() |
void |
IrToy.open() |
IrSequence |
Arduino.receive() |
IrSequence |
IrToy.receive() |
IrSequence |
LircMode2.receive() |
IrSequence |
IReceive.receive()
Listens to the device and returns a sequence.
|
boolean |
IrToy.sendCcf(String ccf,
int count,
Transmitter transmitter) |
boolean |
IRawIrSender.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
IrToy.sendIr(IrSignal code,
int count,
Transmitter transmitter) |
Modifier and Type | Method and Description |
---|---|
String |
EzControlT10.powerToggle(String preset) |
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.sendManual(EzControlT10.EZSystem system,
String house,
int device,
int value,
int arg,
int n) |
boolean |
EzControlT10.sendPreset(int switchNumber,
EzControlT10.Command cmd) |
boolean |
EzControlT10.sendPreset(int switchNumber,
EzControlT10.Command cmd,
int count) |
boolean |
EzControlT10.sendPreset(int switchNumber,
int value) |
boolean |
EzControlT10.sendPreset(int switchNumber,
int value,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
GuiMain.transmit(Command command) |
void |
GuiMain.transmit(IrSignal irSignal) |
Modifier and Type | Method and Description |
---|---|
ModulatedIrSequence |
CapturingHardware.capture() |
ModulatedIrSequence |
ICapturingHardware.capture() |
ModulatedIrSequence |
CapturingHardwareManager.capture() |
void |
CapturingSerial.open() |
void |
CapturingHardwareManager.select(String name,
boolean setup) |
protected void |
CapturingHardware.selectMe() |
void |
CapturingGlobalCache.setup() |
void |
ICapturingHardware.setup()
This function (re-)initializes the hardware.
|
Modifier and Type | Method and Description |
---|---|
void |
SendingHardwareManager.select(String name) |
boolean |
SendingHardware.sendIr(IrSignal irSignal,
int count) |
boolean |
SendingHardwareManager.sendIr(IrSignal irSignal,
int count) |
boolean |
ISendingHardware.sendIr(IrSignal irSignal,
int count) |
void |
SendingGenericSerialPort.setup() |
void |
SendingIrTrans.setup() |
void |
ISendingHardware.setup()
This function (re-)initializes the hardware.
|
void |
SendingGlobalCache.setup() |
void |
SendingLircClient.setup() |
void |
SendingIrAudioPort.setup() |
Copyright © 2015. All rights reserved.