Hi all,
I would like to know if i could get some examples regarding
ACPY3_setFinal.
I had configured a Channel for 10 link transfers. but at some point it requires
fewer transfer than numTransfers to be started...say 5.
So i have used
ACPY3_setFinal(handle,5);
Once transfered, I have to restore to the previous state where the channel starts
10 link transfers.
param.waidId = 5;
ACPY3_configure(handle,param,5);
This piece of code where restoration is done isnt working out correctly...if i could debug,
only the first 5 transfers are being started.
I would like to know how to solve this problem?
Regards,
Sandeep