ACS Audio Jack iOS Library  1.0.0
ACRResult.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  ACRResult
 The ACRResult class represents the result. More...
 

Enumerations

enum  ACRError {
  ACRErrorSuccess = 0x00, ACRErrorInvalidCommand = 0xFF, ACRErrorInvalidParameter = 0xFE, ACRErrorInvalidChecksum = 0xFD,
  ACRErrorInvalidStartByte = 0xFC, ACRErrorUnknown = 0xFB, ACRErrorDukptOperationCeased = 0xFA, ACRErrorDukptDataCorrupted = 0xF9,
  ACRErrorFlashDataCorrupted = 0xF8, ACRErrorVerificationFailed = 0xF7, ACRErrorPiccNoCard = 0xF6
}
 Error code. More...
 

Enumeration Type Documentation

◆ ACRError

enum ACRError

Error code.

Enumerator
ACRErrorSuccess 

Success.

ACRErrorInvalidCommand 

Invalid command.

ACRErrorInvalidParameter 

Invalid parameters.

ACRErrorInvalidChecksum 

Invalid checksum.

ACRErrorInvalidStartByte 

Invalid start byte.

ACRErrorUnknown 

Unknown error.

ACRErrorDukptOperationCeased 

DUKPT operation is ceased.

ACRErrorDukptDataCorrupted 

DUKPT data is corrupted.

ACRErrorFlashDataCorrupted 

Flash data is corrupted.

ACRErrorVerificationFailed 

Verification is failed.

ACRErrorPiccNoCard 

No card in PICC slot.