|
ACS Bluetooth iOS/Mac OS X Library
1.0.0
|
The ABTAcr1255uj1Reader class represents ACR1255U-J1 reader.
More...
#import <ABTAcr1255uj1Reader.h>
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< ABTBluetoothReaderDelegate > | delegate |
| The delegate object specified to receive the Bluetooth reader events. More... | |
The ABTAcr1255uj1Reader class represents ACR1255U-J1 reader.
| - (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.
YES if the reader is attached, otherwise NO.