Back to project page Sensoria.
The source code is released under:
MIT License
If you think the Android project Sensoria listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.grocs.sensors.common; //w w w. j a v a 2 s . c o m public interface ISensorDescription { // String getRawType(); String getType(); String getUnit(); String[] getValueDescriptions(); }