ACS Audio Jack iOS Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
AudioJackErrors.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Enumerations

enum  {
  ACRCardTimeoutError = 1, ACRCommunicationError = 2, ACRCommunicationTimeoutError = 3, ACRInvalidDeviceStateError = 4,
  ACRProtocolMismatchError = 5, ACRRemovedCardError = 6, ACRRequestQueueFullError = 7, ACRUnresponsiveCardError = 8,
  ACRUnsupportedCardError = 9
}
 

Variables

FOUNDATION_EXPORT NSString *const ACRAudioJackErrorDomain
 Audio jack error domain. More...
 

Enumeration Type Documentation

anonymous enum
Enumerator
ACRCardTimeoutError 

The card operation timed out.

ACRCommunicationError 

There is an error occurred in the communication.

ACRCommunicationTimeoutError 

There is timeout in the communication.

ACRInvalidDeviceStateError 

The state of reader is invalid.

ACRProtocolMismatchError 

The requested protocols are incompatible with the protocol currently in use with the card.

ACRRemovedCardError 

The program attempts to access a card which is removed.

ACRRequestQueueFullError 

The request queue is full.

ACRUnresponsiveCardError 

The program attempts to access a card which is not responding to a reset.

ACRUnsupportedCardError 

The program attempts to access a card which is not supported.

Variable Documentation

FOUNDATION_EXPORT NSString* const ACRAudioJackErrorDomain

Audio jack error domain.