Difference between revisions of "NWMUDS:PullPacket"

From 3dbrew
Jump to navigation Jump to search
Line 15: Line 15:
 
|-
 
|-
 
| 3
 
| 3
| Output buffer size
+
| Output buffer size (actual data size)
 
|}
 
|}
  

Revision as of 23:54, 3 April 2016

Request

Index Word Description
0 Header code [0x001400C0]
1 u32 BindNodeID.
2 OutBufSize >> 2
3 Output buffer size (actual data size)

The following is located 0x100-bytes after the beginning of the above command buffer:

Index Word Description
0 (OutBufSize<<14) | 2
1 Pointer to the output buffer

Response

Index Word Description
0 Header code
1 Result code
2 Actual data size
3 u16, source NetworkNodeID.
4 (OutBufSize<<14) | 2
5 Pointer to the output buffer

Description

This receives a data frame, while connected to the UDS network.