ACS Bluetooth iOS/Mac OS X Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerator Properties
ABTBluetoothReader.h File Reference
#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 Documentation

typedef NSUInteger ABTBluetoothReaderBatteryStatus

Battery status type.

typedef NSUInteger ABTBluetoothReaderCardStatus

Card status type.

typedef NSUInteger ABTBluetoothReaderDeviceInfo

Device information type.

Enumeration Type Documentation

anonymous enum

Card status.

Enumerator
ABTBluetoothReaderCardStatusUnknown 

The card status is unknown.

ABTBluetoothReaderCardStatusAbsent 

No card is present.

ABTBluetoothReaderCardStatusPresent 

The card is present and inactive.

ABTBluetoothReaderCardStatusPowered 

The card is present and active.

ABTBluetoothReaderCardStatusPowerSavingMode 

The reader is in power saving mode.

anonymous enum

Battery status.

Enumerator
ABTBluetoothReaderBatteryStatusNone 

No battery.

ABTBluetoothReaderBatteryStatusFull 

The battery is full.

ABTBluetoothReaderBatteryStatusUsbPlugged 

The USB is plugged.

anonymous enum

Device information type.

Enumerator
ABTBluetoothReaderDeviceInfoSystemId 

System ID.

ABTBluetoothReaderDeviceInfoModelNumberString 

Model number string.

ABTBluetoothReaderDeviceInfoSerialNumberString 

Serial number string.

ABTBluetoothReaderDeviceInfoFirmwareRevisionString 

Firmware revision string.

ABTBluetoothReaderDeviceInfoHardwareRevisionString 

Hardware revision string.

ABTBluetoothReaderDeviceInfoManufacturerNameString 

Manufacturer name string.