- (RETURN_CODE) config_getSerialNumber: |
|
(NSString **) |
response |
|
Polls device for Serial Number
- Parameters
-
response | Returns Serial Number |
- Return values
-
- (RETURN_CODE) device_connectToAudioReader |
|
|
|
Connect To Audio Reader
- Return values
-
RETURN_CODE | Attemps to recognize and connect to an IDTech MSR device connected via the audio port. |
- (NSString *) device_getResponseCodeString: |
|
(int) |
errorCode |
|
Get Response Code String
Interpret a IDT_UniMag response code and return string description.
- Parameters
-
errorCode | Error code, range 0x0000 - 0xFFFF, example 0x0300 |
- Return values
-
- (RETURN_CODE) device_sendUniMagCommand: |
|
(UNIMAG_COMMAND_Types) |
command |
|
Send UniMag Command
- Parameters
-
command | A command to execute from UNIMAG_COMMAND_Types enumeration |
- Return values
-
- (RETURN_CODE) device_setPrePANClearDigits: |
|
(int) |
clearDigits |
|
Set PrePAN Clear Digits
Sets the number of digits to show in clear text at the beginning of PAN
- Parameters
-
clearDigits | Amount of characters to display cleartext at beginning of PAN. Valid range 0-6. Default value 4. |
- Return values
-
Device Connected
- Return values
-
isConnected | Boolean indicated if UniMag is connected |
- (RETURN_CODE) msr_cancelMSRSwipe |
|
|
|
Disable MSR Swipe
Cancels MSR swipe request.
- Return values
-
- (RETURN_CODE) msr_getNextKSN: |
|
(NSData **) |
response |
|
Polls device for next KSN
- Parameters
-
- Return values
-
- (RETURN_CODE) msr_setSwipeEncryption: |
|
(int) |
encryption |
|
Set Swipe Data Encryption
Sets the swipe encryption method
- Parameters
-
encryption | 1 = TDES, 2 = AES |
- Return values
-
- (RETURN_CODE) msr_setSwipeForcedEncryptionOption: |
|
(BOOL) |
forceON |
|
Set Swipe Force Encryption
Sets the swipe force encryption options
- Parameters
-
forceON | TRUE = Force Encryption ON, FALSE = Force Encryption OFF |
- Return values
-
- (RETURN_CODE) msr_startMSRSwipe |
|
|
|
Enable MSR Swipe
Enables MSR, waiting for swipe to occur. Allows track selection. Returns IDTMSRData instance to deviceDelegate::swipeMSRData:()
- Return values
-
+ (NSString*) SDK_version |
|
|
|
SDK Version
Returns the current version of IDTech.framework
- Return values
-
Singleton Instance
Establishes an singleton instance of IDT_UniMag class.
- Return values
-
The documentation for this class was generated from the following file: