Public Member Functions | |
Switch () | |
Creates an object for the device. | |
Switch (DSPortAdapter adapter, String netAddress) | |
Creates an object for the device with the supplied address connected to the supplied port adapter. | |
Vector | getSelections () |
Get the possible selection states of this actuator. | |
void | setSelection (String selection) throws OneWireException |
Set the selection of this actuator. | |
void | initActuator () throws OneWireException |
Initializes the actuator. |
Switch | ( | DSPortAdapter | adapter, | |
String | netAddress | |||
) |
Creates an object for the device with the supplied address connected to the supplied port adapter.
adapter | The adapter serving the actuator. | |
netAddress | The 1-Wire network address of the actuator. |
Vector getSelections | ( | ) |
Get the possible selection states of this actuator.
void setSelection | ( | String | selection | ) | throws OneWireException |
void initActuator | ( | ) | throws OneWireException |