ACS Bluetooth iOS/Mac OS X Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerator Properties
ABTError.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Advanced Card Systems Ltd. All Rights Reserved.
3  *
4  * This software is the confidential and proprietary information of Advanced
5  * Card Systems Ltd. ("Confidential Information"). You shall not disclose such
6  * Confidential Information and shall use it only in accordance with the terms
7  * of the license agreement you entered into with ACS.
8  */
9 
10 #import <Foundation/Foundation.h>
11 
13 FOUNDATION_EXPORT NSString *const ABTErrorDomain;
14 
15 // Bluetooth reader reserves the error code from 1 to 255.
16 enum {
17 
20 
23 
26 
29 
32 
35 
38 
41 
44 
47 
50 
53 
56 
59 
62 };
The reader is not found.
Definition: ABTError.h:49
The checksum is invalid.
Definition: ABTError.h:19
The command ID is unknown.
Definition: ABTError.h:28
The data length is invalid.
Definition: ABTError.h:22
The service is not found.
Definition: ABTError.h:46
The characteristic is not found.
Definition: ABTError.h:43
The operation timed out.
Definition: ABTError.h:55
The battery is low.
Definition: ABTError.h:37
Authentication failed.
Definition: ABTError.h:40
The data is invalid.
Definition: ABTError.h:61
The command is invalid.
Definition: ABTError.h:25
The error is undefined.
Definition: ABTError.h:58
The command failed.
Definition: ABTError.h:52
Authentication is required.
Definition: ABTError.h:34
The card operation failed.
Definition: ABTError.h:31
FOUNDATION_EXPORT NSString *const ABTErrorDomain
ACS Bluetooth error domain.
Definition: ABTError.h:13