NWMUDS:PullPacket: Difference between revisions

 
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:
|-
|-
| 2
| 2
| OutBufSize >> 2
| 4-byte aligned MaxOutBufSize >> 2
|-
|-
| 3
| 3
| Output buffer size (actual data size)
| MaxOutBufSize
|}
|}


Line 57: Line 57:


=Description=
=Description=
This receives a data frame, while connected to the UDS network.
This loads a previously received ''individual'' data frame from state, while connected to the UDS network. This includes all frames received from a node before the node disconnected. The input size must be >= frame_size, otherwise error 0xE10113E9 is returned.
 
The MaxOutBufSize_wordsize is clamped to 0x172(aka 0x5C8-bytes), but this field isn't really used after that. Instead it just uses MaxOutBufSize, without a size limit.