ACS Audio Jack iOS Library
1.0.0
|
#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... | |
enum ACRBatteryStatus |
enum ACRTrackError |