SMBluetoothData Class Reference

Inherits from SMSensorData : NSObject
Declared in SMBluetoothData.h
SMBluetoothData.m

Overview

Bluetooth data for a particular sense period

Other Methods

  currentDevices

List of devices discovered since the last sense

@property (nonatomic, strong) NSArray *currentDevices

Discussion

List of devices discovered since the last sense

Declared In

SMBluetoothData.h

– initWithCurrentDevices:

Initialises the bluetooth data, containing a list of discovered devices

- (id)initWithCurrentDevices:(NSArray *)currentDevices

Parameters

currentDevices

List of current devices

Return Value

Instance

Discussion

Initialises the bluetooth data, containing a list of discovered devices

Declared In

SMBluetoothData.h

Other Methods

– serialise

Serialised data to JSON object

- (id)serialise

Return Value

JSON object

Discussion

Serialised data to JSON object

Declared In

SMSensorData.h