ACS Bluetooth iOS/Mac OS X Library
1.0.0
|
The ABTBluetoothReaderManager
class detects ACS Bluetooth readers.
More...
#import <ABTBluetoothReaderManager.h>
Instance Methods | |
(void) | - detectReaderWithPeripheral: |
Detects the reader with the peripheral. More... | |
Properties | |
id < ABTBluetoothReaderManagerDelegate > | delegate |
The delegate object specified to receive the Bluetooth reader manager events. More... | |
The ABTBluetoothReaderManager
class detects ACS Bluetooth readers.
- (void) detectReaderWithPeripheral: | (CBPeripheral *) | peripheral |
Detects the reader with the peripheral.
When the Bluetooth reader manager detect the reader, it calls the bluetoothReaderManager:didDetectReader:peripheral:error: (ABTBluetoothReaderManagerDelegate-p) method of its delegate object.
peripheral | the peripheral. |
|
readwritenonatomicweak |
The delegate object specified to receive the Bluetooth reader manager events.