SMBluetoothDevice Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SMBluetoothDevice.h SMBluetoothDevice.m |
name
Broadcast Name of the device
@property (nonatomic, strong) NSString *nameDiscussion
Broadcast Name of the device
Declared In
SMBluetoothDevice.h
UUID
UUID of the device
@property (nonatomic, strong) NSString *UUIDDiscussion
UUID of the device
Declared In
SMBluetoothDevice.h
RSSI
RSSI of the device
@property (nonatomic, strong) NSNumber *RSSIDiscussion
RSSI of the device
Declared In
SMBluetoothDevice.h
– serialise
Serialises the structure into JSON format
- (id)serialiseReturn Value
JSON object
Discussion
Serialises the structure into JSON format
Declared In
SMBluetoothDevice.h