10 #import <Foundation/Foundation.h>
27 @property (nonatomic, weak) id<ABTBluetoothReaderManagerDelegate>
delegate;
36 - (void)detectReaderWithPeripheral:(CBPeripheral *)peripheral;
id< ABTBluetoothReaderManagerDelegate > delegate
The delegate object specified to receive the Bluetooth reader manager events.
Definition: ABTBluetoothReaderManager.h:27
The ABTBluetoothReaderManager class detects ACS Bluetooth readers.
Definition: ABTBluetoothReaderManager.h:22
The ABTBluetoothReader class represents ACS Bluetooth readers.
Definition: ABTBluetoothReader.h:83
The ABTBluetoothReaderManagerDelegate protocol defines the response sent to a delegate of ABTBluetoot...
Definition: ABTBluetoothReaderManager.h:44