ACS Audio Jack iOS Library  1.0.0
ACRTrack1Data Class Reference

The ACRTrack1Data class is used to decode the track 1 data into fields specified by ISO/IEC 7813. More...

#import <ACRTrack1Data.h>

Inheritance diagram for ACRTrack1Data:

Instance Methods

(id) - initWithBytes:length:
 Returns an initialized ACRTrack1Data object from a given buffer of bytes. More...
 
(id) - initWithString:
 Returns an initialized ACRTrack1Data object from a given string. More...
 

Properties

NSString * jis2Data
 Returns the JIS2 data. More...
 
NSString * track1String
 Returns the track 1 string. More...
 
NSString * primaryAccountNumber
 Returns the primary account number. More...
 
NSString * name
 Returns the name. More...
 
NSString * expirationDate
 Returns the expiratiion date. More...
 
NSString * serviceCode
 Returns the service code. More...
 
NSString * discretionaryData
 Returns the discretionary data. More...
 

Detailed Description

The ACRTrack1Data class is used to decode the track 1 data into fields specified by ISO/IEC 7813.

Author
Godfrey Chung
Version
1.0, 18 Apr 2013

Method Documentation

◆ initWithBytes:length:()

- (id) initWithBytes: (const void *)  bytes
length: (NSUInteger)  length 

Returns an initialized ACRTrack1Data object from a given buffer of bytes.

Parameters
bytesa buffer of bytes.
lengththe number of bytes.
Returns
an initialized ACRTrack1Data object.

◆ initWithString:()

- (id) initWithString: (NSString *)  track1String

Returns an initialized ACRTrack1Data object from a given string.

Parameters
track1Stringthe track 1 string.
Returns
an initialized ACRTrack1Data object.

Property Documentation

◆ discretionaryData

- (NSString*) discretionaryData
readnonatomicassign

Returns the discretionary data.

◆ expirationDate

- (NSString*) expirationDate
readnonatomicassign

Returns the expiratiion date.

◆ jis2Data

- (NSString*) jis2Data
readnonatomicassign

Returns the JIS2 data.

◆ name

- (NSString*) name
readnonatomicassign

Returns the name.

◆ primaryAccountNumber

- (NSString*) primaryAccountNumber
readnonatomicassign

Returns the primary account number.

◆ serviceCode

- (NSString*) serviceCode
readnonatomicassign

Returns the service code.

◆ track1String

- (NSString*) track1String
readnonatomicassign

Returns the track 1 string.


The documentation for this class was generated from the following file: