ACS Bluetooth iOS/Mac OS X Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerator Properties
<ABTBluetoothReaderManagerDelegate> Protocol Reference

The ABTBluetoothReaderManagerDelegate protocol defines the response sent to a delegate of ABTBluetoothReaderManager object. More...

#import <ABTBluetoothReaderManager.h>

Inheritance diagram for <ABTBluetoothReaderManagerDelegate>:

Instance Methods

(void) - bluetoothReaderManager:didDetectReader:peripheral:error:
 Invoked when the Bluetooth reader is detected. More...
 

Detailed Description

The ABTBluetoothReaderManagerDelegate protocol defines the response sent to a delegate of ABTBluetoothReaderManager object.

Method Documentation

- (void) bluetoothReaderManager: (ABTBluetoothReaderManager *)  bluetoothReaderManager
didDetectReader: (ABTBluetoothReader *)  reader
peripheral: (CBPeripheral *)  peripheral
error: (NSError *)  error 
optional

Invoked when the Bluetooth reader is detected.

Parameters
bluetoothReaderManagerthe Bluetooth reader manager.
readerthe Bluetooth reader.
peripheralthe peripheral.
errorthe error.

The documentation for this protocol was generated from the following file: