SMBluetoothData Class Reference
| Inherits from | SMSensorData : NSObject |
|---|---|
| Declared in | SMBluetoothData.h SMBluetoothData.m |
Other Methods
currentDevices
List of devices discovered since the last sense
@property (nonatomic, strong) NSArray *currentDevicesDiscussion
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 *)currentDevicesParameters
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)serialiseReturn Value
JSON object
Discussion
Serialised data to JSON object
Declared In
SMSensorData.h