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

The ABTAcr3901us1Reader class represents ACR3901U-S1 reader. More...

#import <ABTAcr3901us1Reader.h>

Inheritance diagram for ABTAcr3901us1Reader:
ABTBluetoothReader

Instance Methods

(BOOL) - getBatteryStatus
 Gets the battery status. 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 ABTAcr3901us1Reader class represents ACR3901U-S1 reader.

Author
Godfrey Chung
Version
1.0, 25 Jul 2014

Method Documentation

- (BOOL) getBatteryStatus

Gets the battery status.

When the Bluetooth reader returns the battery status, it calls the bluetoothReader:didChangeBatteryStatus: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: