NWMUDS:SendTo: Difference between revisions
Jump to navigation
Jump to search
| Line 47: | Line 47: | ||
=Description= | =Description= | ||
This sends a | This sends a data frame, while connected to the UDS network. This is the sending version of [[NWMUDS:PullPacket]]. BufSize is 4-byte aligned version of "Actual data size". | ||
Revision as of 20:34, 2 April 2016
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x00170182] |
| 1 | Unused u32. Normally 0x1. |
| 2 | u16 destination NetworkNodeID. |
| 3 | u8, unknown. |
| 4 | BufSize >> 2 |
| 5 | Actual data size |
| 6 | u8, unknown. |
| 7 | (BufSize<<14) | 0x402 |
| 8 | Pointer to the input buffer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This sends a data frame, while connected to the UDS network. This is the sending version of NWMUDS:PullPacket. BufSize is 4-byte aligned version of "Actual data size".