public interface DeviceInfo
Modifier and Type | Method and Description |
---|---|
float |
getBatteryLevel()
Returns a battery percentage represented by a float number between 0 and 1.
|
Data |
getDeviceData()
Returns device data.
|
Date |
getLastConnexionDate()
return last connexion date.
|
String |
getModuleAddress()
Returns the module address of the device.
|
TypeCode |
getTypeCode()
Returns device type code.
|
String getModuleAddress()
float getBatteryLevel()
TypeCode getTypeCode()
Data getDeviceData()
Date getLastConnexionDate()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.