|
ACS Bluetooth iOS/Mac OS X Library
1.0.0
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | ABTBluetoothReader |
The ABTBluetoothReader class represents ACS Bluetooth readers. More... | |
| protocol | <ABTBluetoothReaderDelegate> |
The ABTBluetoothReaderDelegate protocol defines the response sent to a delegate of ABTBluetoothReader object. More... | |
Typedefs | |
| typedef NSUInteger | ABTBluetoothReaderCardStatus |
| Card status type. More... | |
| typedef NSUInteger | ABTBluetoothReaderBatteryStatus |
| Battery status type. More... | |
| typedef NSUInteger | ABTBluetoothReaderDeviceInfo |
| Device information type. More... | |
Enumerations | |
| enum | { ABTBluetoothReaderCardStatusUnknown = 0, ABTBluetoothReaderCardStatusAbsent = 1, ABTBluetoothReaderCardStatusPresent = 2, ABTBluetoothReaderCardStatusPowered = 3, ABTBluetoothReaderCardStatusPowerSavingMode = 0xFF } |
| Card status. More... | |
| enum | { ABTBluetoothReaderBatteryStatusNone = 0, ABTBluetoothReaderBatteryStatusFull = 0xFE, ABTBluetoothReaderBatteryStatusUsbPlugged = 0xFF } |
| Battery status. More... | |
| enum | { ABTBluetoothReaderDeviceInfoSystemId = 0x2A23, ABTBluetoothReaderDeviceInfoModelNumberString = 0x2A24, ABTBluetoothReaderDeviceInfoSerialNumberString = 0x2A25, ABTBluetoothReaderDeviceInfoFirmwareRevisionString = 0x2A26, ABTBluetoothReaderDeviceInfoHardwareRevisionString = 0x2A27, ABTBluetoothReaderDeviceInfoManufacturerNameString = 0x2A29 } |
| Device information type. More... | |
| typedef NSUInteger ABTBluetoothReaderBatteryStatus |
Battery status type.
| typedef NSUInteger ABTBluetoothReaderCardStatus |
Card status type.
| typedef NSUInteger ABTBluetoothReaderDeviceInfo |
Device information type.
| anonymous enum |
Card status.
| anonymous enum |
| anonymous enum |
Device information type.