IRU:WaitRecvTransfer: Difference between revisions
Correct the description to the actual behaviour of the command. |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
| Total amount of newly received data. | | Total amount of newly received data, loaded from the same field which [[IRU:GetRecvTransferCount]] uses. | ||
|} | |} | ||
=Description= | =Description= | ||
This command | This command cancels the current data-receive transfer and waits for the [[IRU:GetTransferState|Transfer State]] to be Ready before returning. The response includes the amount of data already written to the shared memory by the time the transfer is cancelled. | ||
The event returned by [[IRU:GetRecvFinishedEvent|GetRecvFinishedEvent]] will not be signalled when the transfer is cancelled this way. | |||