(v13) PluginLib_ip_in_copy_all


This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core


PluginLib_ip_in_copy_all Function


    int32 PluginLib_ip_in_copy_all(
      PLUGIN_BUFFER * dataInBuffer,
      uint8 * buff,
      int32 request
      );


Similar to PluginLib_ip_in_copy_some , except that IPPL_FULL is returned if the amount requested will not fit in the buffer. Otherwise, the function returns IPPL_OK .

The data may be wrapped around the ends of the buffer.