|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
Plug-in used for drive one or more devices.
A plug-in must:
Method Summary | |
---|---|
DeviceRecognitionStatus |
attemptDeviceRecognition(DeviceSignature deviceSignature)
Attempts a recognition of a device by its signature. |
String |
getName()
Returns the unique name of plug-in. |
DeviceDriver |
newDriver(String name,
DeviceSignature deviceSignature)
Creates and returns a new driver for a device. |
Method Detail |
---|
String getName()
DeviceRecognitionStatus attemptDeviceRecognition(DeviceSignature deviceSignature)
deviceSignature
- Signature used for recognize the device.
DeviceDriver newDriver(String name, DeviceSignature deviceSignature)
name
- Name given to the device.deviceSignature
- Signature used for recognize the device.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |