public interface DriverConnect extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
void |
connect(String... credentials)
Connects to the device.
|
void |
disconnect()
Disconnects from the device.
|
handler, setHandlervoid connect(String... credentials)
credentials - optional login credentials in string formvoid disconnect()