T - the type parameterpublic interface RemoteKontaktDeviceConnection<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes connection to the device. | 
| boolean | connect()sends connection request to the device. | 
| T | getDevice()Provides remote device that the connection is established with. | 
| boolean | isAuthenticated()Provides information whether the remote device has been authenticated. | 
| boolean | isClosed()Provides information whether the connection to the remote device is established. | 
| boolean | isConnected()Provides information whether connection is established to the device. | 
boolean connect()
void close()
boolean isConnected()
boolean isAuthenticated()
boolean isClosed()
T getDevice()