NWMUDS:PullPacket: Difference between revisions
No edit summary |
No edit summary |
||
Line 58: | Line 58: | ||
=Description= | =Description= | ||
This receives a data frame, while connected to the UDS network. | This receives a data frame, while connected to the UDS network. | ||
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. |