|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Device
Defines the generic properties that every device should have.
| Method Summary | |
|---|---|
Parameter<java.lang.Boolean> |
getActiveParameter()
Gets the ACTIVE parameter. |
Parameter[] |
getAdditionalParameters()
Gets Parameter array with the additional parameters of this device. |
int |
getDeviceId()
Gets the numerical ID of this device. |
java.lang.String |
getDriverName()
Gets the driver name used by this device. |
boolean |
hasAdditionalParameters()
Determines whether this device has additional parameters. |
boolean |
isActive()
Determines whether this device is active. |
| Method Detail |
|---|
int getDeviceId()
java.lang.String getDriverName()
boolean isActive()
false if the device is inactive and true otherwise.Parameter<java.lang.Boolean> getActiveParameter()
ACTIVE parameter.
Parameter instance
representing the active state of the device.Parameter[] getAdditionalParameters()
Parameter array with the additional parameters of this device.
Parameter array with the additional parameters of this device.boolean hasAdditionalParameters()
true if this device has additional parameters,
false otherwise.
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||