Owner's manual
Table Of Contents
- Section 1. MagTekSCRA Class
- Methods
- openDevice:
- closeDevice:
- isDeviceConnected
- clearBuffers
- getMaskedTracks
- getTrack1
- getTrack2
- getTrack3
- getTrack1Masked
- getTrack2Masked
- getTrack3Masked
- getMagnePrint
- getMagnePrintStatus
- getDeviceSerial
- getSessionID
- getKSN
- getTagValue
- getMagTekDeviceSerial
- getFirmware
- getDeviceName
- getDeviceCaps
- getDeviceStatus
- getTLVVersion
- getDevicePartNumber
- sendCommandToDevice
- getCapMSR
- getCapTracks
- getCapMagStripeEncryption
- setDeviceProtocolString
- listenForEvents
- getDeviceType
- getCardPANLength
- getResponseData
- getCardName
- getCardIIN
- getCardLast4
- getCardExpDate
- getCardServiceCode
- getCardStatus
- getTrackDecodeStatus
- getResponseType
- setDeviceType
- isDeviceOpened
- getBatteryLevel
- getSDKVersion
- getOperationStatus
- setConfigurationParams
- Notification
- Enum
- Methods
- Section 2. Commands
- Section 3. Code Examples

10
getTagValue
Retrieve individual tag value, only supported in audio reader
- (NSString *) getTagValue: (UInt32)tag
Parameters
tag
A MTSCRATransactionData Enum type.
Return Value
Return tag value.
getMagTekDeviceSerial
Retrieve Device Serial Number created by MagTek
- (NSString *) getMagTekDeviceSerial
Parameters
Return Value
Return stored key serial number created by MagTek.
getFirmware
Retrieve firmware version number.
- (NSString *) getFirmware
Parameters
Return Value
Return firmware version.
getDeviceName
Get device model name.
- (NSString *) getDeviceName
Parameters
Return Value
Return device model name.