ACS Audio Jack iOS Library  1.0.0
AudioJackErrors.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 ACRAudioJackErrorDomain;
14 
15 enum {
16 
21 
26 
31 
36 
42 
47 
52 
57 
62 };
The program attempts to access a card which is not responding to a reset.
Definition: AudioJackErrors.h:56
There is an error occurred in the communication.
Definition: AudioJackErrors.h:25
The program attempts to access a card which is removed.
Definition: AudioJackErrors.h:46
FOUNDATION_EXPORT NSString *const ACRAudioJackErrorDomain
Audio jack error domain.
Definition: AudioJackErrors.h:13
The request queue is full.
Definition: AudioJackErrors.h:51
The state of reader is invalid.
Definition: AudioJackErrors.h:35
The program attempts to access a card which is not supported.
Definition: AudioJackErrors.h:61
There is timeout in the communication.
Definition: AudioJackErrors.h:30
The card operation timed out.
Definition: AudioJackErrors.h:20
The requested protocols are incompatible with the protocol currently in use with the card...
Definition: AudioJackErrors.h:41