public class SKBluetoothData extends SKAbstractData
sensorType, timestamp
Constructor and Description |
---|
SKBluetoothData(long timestamp,
java.util.ArrayList<SKBluetoothDeviceData> bluetoothDevices)
Initialize the instance
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SKBluetoothDeviceData> |
getBluetoothDevices()
Get Bluetooth Device data
|
java.lang.String |
getDataInCSV()
Get the data for all Bluetooth devices in CSV format
|
getSensorType, getTimestamp, toString
public SKBluetoothData(long timestamp, java.util.ArrayList<SKBluetoothDeviceData> bluetoothDevices)
timestamp
- Time in milliseconds (the difference between the current time and midnight, January 1, 1970 UTC)bluetoothDevices
- One BluetoothDeviceData object for each Bluetooth devicepublic java.lang.String getDataInCSV()
public java.util.ArrayList<SKBluetoothDeviceData> getBluetoothDevices()