jreceiver.common.rec.driver
Interface DeviceBinding
- All Superinterfaces:
- Hashable, Rec
- All Known Implementing Classes:
- DeviceBindingRec
- public interface DeviceBinding
- extends Rec
An interface representing a single master/slave binding between two
devices.
- Version:
- $Revision: 1.2 $ $Date: 2002/12/29 00:44:06 $
- Author:
- Reed Esau
HKEY_MASTER_DEV
public static final java.lang.String HKEY_MASTER_DEV
HKEY_SLAVE_DEV
public static final java.lang.String HKEY_SLAVE_DEV
POPULATE_DEVICES
public static final java.lang.String POPULATE_DEVICES
getMasterDevice
public Device getMasterDevice()
getSlaveDevice
public Device getSlaveDevice()
Copyright © 2001-2002 Reed Esau, All Rights Reserved.