IRU:WaitSendTransfer: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00040000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des..."
 
Made (talk | contribs)
Correct the description to the actual behaviour of the command.
 
(2 intermediate revisions by one other user not shown)
Line 23: Line 23:


=Description=
=Description=
This command waits for the send transfer to finish.
This command cancels the current send-transfer and waits for the [[IRU:GetTransferState|Transfer State]] to be Ready before returning.
The event returned by [[IRU:GetSendFinishedEvent|GetSendFinishedEvent]] will not be signalled when the transfer is cancelled this way.

Latest revision as of 21:07, 11 August 2025

Request

Index Word Description
0 Header code [0x00040000]

Response

Index Word Description
0 Header code
1 Result code

Description

This command cancels the current send-transfer and waits for the Transfer State to be Ready before returning. The event returned by GetSendFinishedEvent will not be signalled when the transfer is cancelled this way.