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

3
Methods
openDevice:
This function opens the reader.
- (BOOL) openDevice
Parameters
Return Value
YES if the device is opened successfully. Otherwise, return NO.
closeDevice:
This function close the reader.
- (BOOL) closeDevice
Parameters
Return Value
YES if the device is closed successfully. Otherwise, return NO.
isDeviceConnected
This function retrieves the connection status of the reader.
- (BOOL) isDeviceConnected
Parameters
Return Value
YES if the device is connected. Otherwise, return NO.
clearBuffers
Clears all the buffer that is stored during card swipe or command response.
- (void) clearBuffers
Parameters