Difference between revisions of "IRU:WaitRecvTransfer"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00060000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des...")
 
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
| 1
 
| 1
 
| Result code
 
| Result code
 +
|-
 +
| 2
 +
| Total amount of newly received data, loaded from the same field which [[IRU:GetRecvTransferCount]] uses.
 
|}
 
|}
  
 
=Description=
 
=Description=
 
This command waits for the data-receive transfer to finish.
 
This command waits for the data-receive transfer to finish.

Latest revision as of 01:58, 22 February 2014

Request[edit]

Index Word Description
0 Header code [0x00060000]

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Total amount of newly received data, loaded from the same field which IRU:GetRecvTransferCount uses.

Description[edit]

This command waits for the data-receive transfer to finish.