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

13
setDeviceProtocolString
Sets the protocol String for iDynamo
- (void) setDeviceProtocolString: (NSString *)pData
Parameters
Protocol String
listenForEvents
Setup the events to listen for
- (void) setDeviceProtocolString: (UInt32 *)event
Parameters
Event
getDeviceType
Retrieves the Device Type. For future use.
- (int) getDeviceType
Parameters
Return Value
Device Type
getCardPANLength
Retrieves the Length of teh PAN
- (int) getCardPANLength
Parameters
Return Value
Card PAN Length
getResponseData
Retrieves the whole response from the reader
- (NSString *) getResponseData
Parameters
Return Value
Response Data