Getdeviceinfo; Name; Requestpin - Magtek Universal SDK Programmer's Manual

Table of Contents

Advertisement

4 - IDevice
Return Value:
Returns IDeviceConfiguration
4.7

getDeviceInfo

This function returns an information class of the device.
DeviceInfo IDevice.getDeviceInfo();
Return Value:
Returns DeviceInfo
4.8

Name

This function retrieves the name of the device.
String IDevice.Name();
Return Value:
Returns a string containing the device name.
4.9

requestPIN

This function prompts the user to enter a PIN on the device. The response data will be returned in the
event OnEvent. requestPin() is reserved for future use.
boolean IDevice.requestPIN(PINRequest pinRequest);
Parameter
Type
Timeout
byte
PINMode
byte
MinLength
byte
MaxLength
byte
Tone
byte
Format
byte
PAN
String
MagTek Universal SDK| For MMS Devices | Programmer's Manual ( Java )
Page 15
Wait time in seconds.
PIN mode.
Usage:
0x00 - Enter PIN
0x01 - Enter PIN Amount
0x02 - Reenter PIN Amount
0x03 - Reenter PIN
0x04 - Verify PIN
Minimum length of accepted PIN (>= 4).
Maximum length of accepted PIN (=< 12).
Tone to play when prompting for the PIN.
Usage:
0x00 - No sound
0x01 - One beep
0x02 - Two beeps
ISO format for the PIN block.
The left most 12 digits of the Primary Account Number. Leave blank if
not required by the ISO format for the PIN block.
Description

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Universal SDK and is the answer not in the manual?

Questions and answers

Related Products for Magtek Universal SDK

Table of Contents