|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
jreceiver.common.callback.rpc | |
jreceiver.common.rec.driver | A set of beans and interfaces geared towards hardware and its control through drivers. |
jreceiver.common.rpc | A set of wrapper classes to remotely query and control the JReceiver Engine. |
Uses of Command in jreceiver.common.callback.rpc |
Methods in jreceiver.common.callback.rpc with parameters of type Command | |
void |
CommandListener.forwardCommand(Device device,
Command command)
handle a command directly by the driver |
abstract void |
CommandListenerDirect.forwardCommand(Device device,
Command command)
|
Uses of Command in jreceiver.common.rec.driver |
Classes in jreceiver.common.rec.driver that implement Command | |
class |
CommandRec
A record from the command table |
Fields in jreceiver.common.rec.driver declared as Command | |
protected Command |
SignalRec.cmd
|
Methods in jreceiver.common.rec.driver that return Command | |
Command |
SignalRec.getCommand()
|
Command |
Signal.getCommand()
|
Methods in jreceiver.common.rec.driver with parameters of type Command | |
void |
SignalRec.setCommand(Command cmd)
|
void |
Signal.setCommand(Command cmd)
|
Constructors in jreceiver.common.rec.driver with parameters of type Command | |
SignalRec(SignalKey key,
java.lang.String sig_data,
Command cmd,
Device master_device)
ctor - deep |
Uses of Command in jreceiver.common.rpc |
Methods in jreceiver.common.rpc with parameters of type Command | |
void |
Drivers.executeCommand(Device device,
Command cmd)
asynchronously send a command to the driver for a device |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |