Setdisplayimage; Updatefirmware - Magtek Universal SDK Programmer's Manual

Table of Contents

Advertisement

9 - IDeviceConfiguration
Parameter
configType
data
callback
Return Value:
Returns 0 if the asynchronous configuration operation started. Otherwise, returns a non 0 value.

9.10 setDisplayImage

This function sets which image is to be displayed when the device is idle. The device requires a reset for
the setting to take effect.
int IDeviceConfiguration.setDisplayImage(byte imageID);
Parameter
imageID
Return Value:
Returns 0 if the asynchronous configuration operation started. Otherwise, returns a non 0 value.

9.11 updateFirmware

This function updates the device firmware. Progress of the update is reported in the event OnProgress.
int IDeviceConfiguration.updateFirmware(
int firmwareType,
byte[] data,
IConfigurationCallback callback);
Parameter
firmwareType
data
callback
Return Value:
Returns 0 if the asynchronous update operation started. Otherwise, returns a non 0 value.
MagTek Universal SDK| For MMS Devices | Programmer's Manual ( Java )
Page 34
Type of configuration. For DynaFlex, this is the first number of the
Property OID.
Configuration data to be sent to the device. For DynaFlex, this is the
remainder of the constructed OID and value. For constructing the OID see
D998200383 DynaFlex Family Programmer's Manual (COMMANDS)
Name of a class or structure that implements the IConfigurationCallback
Delegates events.
Value for the image ID.
For DynaFlex, use:
0, 1, 2, 3, or 4
Use 0 to set the display image back to the "Welcome" screen.
Type of firmware. For DynaFlex, use:
1 - Main App
Firmware image to be sent to the device.
Name of a class or structure that implements the IConfigurationCallback
Delegates events.
Description
Description
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