public class SKLightData extends SKAbstractData
| Modifier and Type | Field and Description | 
|---|---|
| protected float | light | 
sensorType, timestamp| Constructor and Description | 
|---|
| SKLightData(long timestamp,
           float light)Initialize the instance | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDataInCSV()Get light sensor data in CSV format | 
| float | getLight()Get light sensor data | 
getSensorType, getTimestamp, toString