8 - DeviceInfo
MagTek Universal SDK| For MMS Devices | Programmer’s Manual ( Java )
Page 30
8
DeviceInfo
Create an instance of the
. Then use the function calls described in this
chapter.
8.1
getModel
This function returns the model name of the device.
String DeviceInfo.getModel();
Return Value:
Returns the address of the device.
8.2
getName
This function returns the name of the device.
String DeviceInfo.getName();
Return Value:
Returns the address of the device.
8.3
getSerial
This function returns the serial number of the device.
String DeviceInfo.getSerial();
Return Value:
Returns the address of the device.