public class Device extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
Session |
createSession(java.lang.String password) |
Create a session
|
java.lang.String |
getDescription() |
Description of the device (Getter)
|
java.lang.String |
getManufacturerID() |
ID of the device's manufacturer (Getter)
|
equals, hashCode
public Session createSession(java.lang.String password)
password
- If this parameter is not null
, the session is created and Session.login(java.lang.String)
executed.public java.lang.String getDescription()
public java.lang.String getManufacturerID()