ACS Bluetooth iOS/Mac OS X Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerator Properties
ABTBluetoothReaderManager Class Reference

The ABTBluetoothReaderManager class detects ACS Bluetooth readers. More...

#import <ABTBluetoothReaderManager.h>

Inheritance diagram for ABTBluetoothReaderManager:

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...
 

Detailed Description

The ABTBluetoothReaderManager class detects ACS Bluetooth readers.

Author
Godfrey Chung
Version
1.0, 25 Jul 2014

Method Documentation

- (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.

Parameters
peripheralthe peripheral.

Property Documentation

- (id<ABTBluetoothReaderManagerDelegate>) delegate
readwritenonatomicweak

The delegate object specified to receive the Bluetooth reader manager events.


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