ACS Bluetooth iOS/Mac OS X Library
1.0.0
|
The ABTBluetoothReaderManagerDelegate
protocol defines the response sent to a delegate of ABTBluetoothReaderManager
object.
More...
#import <ABTBluetoothReaderManager.h>
Instance Methods | |
(void) | - bluetoothReaderManager:didDetectReader:peripheral:error: |
Invoked when the Bluetooth reader is detected. More... | |
The ABTBluetoothReaderManagerDelegate
protocol defines the response sent to a delegate of ABTBluetoothReaderManager
object.
|
optional |
Invoked when the Bluetooth reader is detected.
bluetoothReaderManager | the Bluetooth reader manager. |
reader | the Bluetooth reader. |
peripheral | the peripheral. |
error | the error. |