void FirmwareDownload ( char *  filename  ) 

Description:
FirmwareDownload downloads a firware file (*.bin) to the controller.
Parameters:
filename Location and name of the firmware to download.
Sample Code:
Firmware file must match firmware required by MPI version.
  // -- C++ -- //
  controller->FirmwareDownload("c:\\mei\\xmp\\bin\\xmp534a4.bin");
  // -- C# -- //
  controller.FirmwareDownload("c:\\mei\\xmp\\bin\\xmp534a4.bin");
See also:
FirmwareUpload
Examples:
loadFirmware.cpp.