|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Device | |
| jreceiver.common.callback.rec | |
| 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 Device in jreceiver.common.callback.rec |
| Subinterfaces of Device in jreceiver.common.callback.rec | |
interface |
DeviceStatus
An interface describing a JRec device, which can serve one or more Players. |
| Classes in jreceiver.common.callback.rec that implement Device | |
class |
DeviceStatusRec
Details for a device provided by a driver. |
| Uses of Device in jreceiver.common.callback.rpc |
| Methods in jreceiver.common.callback.rpc with parameters of type Device | |
void |
CommandListener.forwardCommand(Device device,
Command command)
handle a command directly by the driver |
abstract void |
CommandListenerDirect.forwardCommand(Device device,
Command command)
|
| Uses of Device in jreceiver.common.rec.driver |
| Classes in jreceiver.common.rec.driver that implement Device | |
class |
DeviceRec
A record from the Drivers table |
| Fields in jreceiver.common.rec.driver declared as Device | |
protected Device |
SignalRec.master_device
|
| Methods in jreceiver.common.rec.driver that return Device | |
Device |
SignalRec.getMasterDevice()
|
Device |
DeviceBindingRec.getMasterDevice()
|
Device |
DeviceBindingRec.getSlaveDevice()
|
Device |
DeviceBinding.getMasterDevice()
|
Device |
DeviceBinding.getSlaveDevice()
|
Device |
Signal.getMasterDevice()
|
| Methods in jreceiver.common.rec.driver with parameters of type Device | |
void |
SignalRec.setMasterDevice(Device master_device)
|
void |
Signal.setMasterDevice(Device master_device)
|
| Constructors in jreceiver.common.rec.driver with parameters of type Device | |
SignalRec(SignalKey key,
java.lang.String sig_data,
Command cmd,
Device master_device)
ctor - deep |
|
DeviceBindingRec(DeviceBindingKey key,
Device master_device,
Device slave_device)
ctor - deep |
|
| Uses of Device in jreceiver.common.rpc |
| Methods in jreceiver.common.rpc with parameters of type Device | |
void |
Signals.record(SignalKey key,
Device device)
Record a signal for the specified device, storing the results. |
void |
Signals.play(Signal sig,
Device device)
Playback the signal for the specified device. |
void |
Drivers.executeCommand(Device device,
Command cmd)
asynchronously send a command to the driver for a device |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||