ACS Audio Jack iOS Library  1.0.0
ACRAesTrackData.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 "ACRTrackData.h"
11 
19 
21 @property (nonatomic, readonly) NSData *trackData;
22 
30 - (id)initWithBytes:(const void *)bytes length:(NSUInteger)length;
31 
32 @end
NSData * trackData
Track data.
Definition: ACRAesTrackData.h:21
The ACRAesTrackData class represents the track data after swiping a card from the reader using AES mo...
Definition: ACRAesTrackData.h:18
The ACRTrackData class represents the track data after swiping a card from the reader.
Definition: ACRTrackData.h:39