|
SCM iOS API
|
Class represents a bluetooth peripheral. To compare two BluetoothPeripheral objects, call: More...
Inherits NSObject.
Instance Methods | |
| (NSString *) | - getName |
| (NSString *) | - getUuid |
Class represents a bluetooth peripheral. To compare two BluetoothPeripheral objects, call:
Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.
| - (NSString *) getName |
Gets the name of the peripheral.
| - (NSString *) getUuid |
Gets the Universally Unique Identifier (uuid) of the peripheral.