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

The ABTAcr1255uj1Reader class represents ACR1255U-J1 reader. More...

#import <ABTAcr1255uj1Reader.h>

Inheritance diagram for ABTAcr1255uj1Reader:
ABTBluetoothReader

Instance Methods

(BOOL) - getBatteryLevel
 Gets the battery level. More...
 
- Instance Methods inherited from ABTBluetoothReader
(void) - attachPeripheral:
 Attaches the reader to the peripheral. More...
 
(void) - detach
 Detaches the peripheral. More...
 
(BOOL) - getDeviceInfoWithType:
 Gets the device information. More...
 
(BOOL) - authenticateWithMasterKey:
 Authenticates the reader. More...
 
(BOOL) - authenticateWithMasterKey:length:
 Authenticates the reader. More...
 
(BOOL) - powerOnCard
 Powers on the card. More...
 
(BOOL) - powerOffCard
 Powers off the card. More...
 
(BOOL) - getCardStatus
 Gets the card status. More...
 
(BOOL) - transmitApdu:
 Transmits the APDU. More...
 
(BOOL) - transmitApdu:length:
 Transmits the APDU. More...
 
(BOOL) - transmitEscapeCommand:
 Transmits the escape command. More...
 
(BOOL) - transmitEscapeCommand:length:
 Transmits the escape command. More...
 

Additional Inherited Members

- Protected Attributes inherited from ABTBluetoothReader
BOOL _attached
 
CBPeripheral * _peripheral
 
- Properties inherited from ABTBluetoothReader
id< ABTBluetoothReaderDelegatedelegate
 The delegate object specified to receive the Bluetooth reader events. More...
 

Detailed Description

The ABTAcr1255uj1Reader class represents ACR1255U-J1 reader.

Author
Godfrey Chung
Version
1.0, 25 Jul 2014

Method Documentation

- (BOOL) getBatteryLevel

Gets the battery level.

When the Bluetooth reader returns the battery level, it calls the bluetoothReader:didChangeBatteryLevel:error: (ABTBluetoothReaderDelegate-p) method of its delegate object.

Returns
YES if the reader is attached, otherwise NO.

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