Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

iqInterface FW Version 1.2.3.20 is required

This mode is useful, when ISDU data is used only for writing (reading data in this mode is not supported), for example BLOB writing or Firmware update

...

Code Block
languagec
/**
 * \brief Write BLOB with active cache
 *  iqInterface FW Version 1.2.3.20 is required
 *
 * \param[in]		uiPortNo        COM or virtual ethernet port number of iqInterface
 * \param[in]		blobId          BLOB Id
 * \param[in]       buffer          BLOB buffer
 * \param[in]		bufferSize      BLOB buffer size
 * \param[out]		cpErrMsg        an error message (minimum 256 symbols!)
 */
DLL_API
int16 mst_WriteBlob2(uint16 uiPortNo, int16 blobId, uchar08* buffer, ulong32 bufferSize, unsigned char is_cached, char08* cpErrMsg);