IRU:StartRecvTransfer: Difference between revisions
→Description: document error when starting new transfer before ending old one |
m →Description: fix formatting |
||
Line 41: | Line 41: | ||
Before another receive transfer can be started, [[IRU:WaitRecvTransfer]] needs to be called, otherwise error 0xE0210CCA is returned. | Before another receive transfer can be started, [[IRU:WaitRecvTransfer]] needs to be called, otherwise error 0xE0210CCA is returned. | ||
The shared memory size must be larger or equal to the input size and both have to be non-zero, otherwise error 0xE0E10FEC is returned. | The shared memory size must be larger or equal to the input size and both have to be non-zero, otherwise error 0xE0E10FEC is returned. | ||
The event handle returned by [[IRU:GetRecvFinishedEvent]] is signalled when the given amount of bytes has been received. | The event handle returned by [[IRU:GetRecvFinishedEvent]] is signalled when the given amount of bytes has been received. | ||