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