SCM iOS API
BluetoothPeripheral Class Reference

Class represents a bluetooth peripheral. To compare two BluetoothPeripheral objects, call: More...

Inherits NSObject.

Instance Methods

(NSString *) - getName
 
(NSString *) - getUuid
 

Detailed Description

Class represents a bluetooth peripheral. To compare two BluetoothPeripheral objects, call:

isEqual:

Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.

Method Documentation

◆ getName()

- (NSString *) getName

Gets the name of the peripheral.

Returns
the name of the peripheral.

◆ getUuid()

- (NSString *) getUuid

Gets the Universally Unique Identifier (uuid) of the peripheral.

Returns
the uuid of the peripheral.

The documentation for this class was generated from the following files: