IRU:StartSendTransfer: Difference between revisions

Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00030042] |- | 1 | Data size |- | 2 | (Size<<8) <nowiki>|</nowiki> 10 |- | 3 | D..."
 
Made (talk | contribs)
Correct size shift and add note on allowed transfer sizes
 
Line 12: Line 12:
|-
|-
| 2
| 2
| (Size<<8) <nowiki>|</nowiki> 10
| (Size<<4) <nowiki>|</nowiki> 10
|-
|-
| 3
| 3
Line 31: Line 31:
|-
|-
| 2
| 2
| (Size<<8) <nowiki>|</nowiki> 10
| (Size<<4) <nowiki>|</nowiki> 10
|-
|-
| 3
| 3
Line 38: Line 38:


=Description=
=Description=
This starts an IR send transfer, this command is non-blocking.
This starts an IR send transfer, this command is non-blocking. The input size must be non-zero and <=0x800, otherwise error 0xE0E10FEC is returned.