ACS Bluetooth iOS/Mac OS X Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerator Properties
ABTError.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Enumerations

enum  {
  ABTErrorInvalidChecksum = 1, ABTErrorInvalidDataLength = 2, ABTErrorInvalidCommand = 3, ABTErrorUnknownCommandId = 4,
  ABTErrorCardOperation = 5, ABTErrorAuthenticationRequired = 6, ABTErrorLowBattery = 7, ABTErrorAuthenticationFailed = 8,
  ABTErrorCharacteristicNotFound = 1000, ABTErrorServiceNotFound = 1001, ABTErrorReaderNotFound = 1002, ABTErrorCommandFailed = 1003,
  ABTErrorTimeout = 1004, ABTErrorUndefined = 1005, ABTErrorInvalidData = 1006
}
 

Variables

FOUNDATION_EXPORT NSString *const ABTErrorDomain
 ACS Bluetooth error domain. More...
 

Enumeration Type Documentation

anonymous enum
Enumerator
ABTErrorInvalidChecksum 

The checksum is invalid.

ABTErrorInvalidDataLength 

The data length is invalid.

ABTErrorInvalidCommand 

The command is invalid.

ABTErrorUnknownCommandId 

The command ID is unknown.

ABTErrorCardOperation 

The card operation failed.

ABTErrorAuthenticationRequired 

Authentication is required.

ABTErrorLowBattery 

The battery is low.

ABTErrorAuthenticationFailed 

Authentication failed.

ABTErrorCharacteristicNotFound 

The characteristic is not found.

ABTErrorServiceNotFound 

The service is not found.

ABTErrorReaderNotFound 

The reader is not found.

ABTErrorCommandFailed 

The command failed.

ABTErrorTimeout 

The operation timed out.

ABTErrorUndefined 

The error is undefined.

ABTErrorInvalidData 

The data is invalid.

Variable Documentation

FOUNDATION_EXPORT NSString* const ABTErrorDomain

ACS Bluetooth error domain.