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

Go to the source code of this file.

Classes

class  ACRTrackData
 The ACRTrackData class represents the track data after swiping a card from the reader. More...
 

Enumerations

enum  ACRBatteryStatus { ACRBatteryStatusLow = 0, ACRBatteryStatusFull = 1 }
 Battery status. More...
 
enum  ACRTrackError {
  ACRTrackErrorSuccess = 0x00, ACRTrackErrorSS = 0x01, ACRTrackErrorES = 0x02, ACRTrackErrorLRC = 0x04,
  ACRTrackErrorParity = 0x08
}
 Track error. More...
 

Enumeration Type Documentation

◆ ACRBatteryStatus

Battery status.

Enumerator
ACRBatteryStatusLow 

Battery is low.

ACRBatteryStatusFull 

Battery is full.

◆ ACRTrackError

Track error.

Enumerator
ACRTrackErrorSuccess 

Success.

ACRTrackErrorSS 

Invalid start sentinel on the track.

ACRTrackErrorES 

Invalid end sentinel on the track.

ACRTrackErrorLRC 

Invalid checksum on the track.

ACRTrackErrorParity 

Invalid parity on the track.