NWMUDS:SendTo: Difference between revisions
| No edit summary | No edit summary | ||
| (5 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
| |- | |- | ||
| | 3 | | 3 | ||
| | u8 | | u8 [[NWMUDS:Bind|data_channel]] | ||
| |- | |- | ||
| | 4 | | 4 | ||
| Line 56: | Line 56: | ||
| |- | |- | ||
| | 1 | | 1 | ||
| | When set, broadcast the data frame via the destination MAC address, even when the NetworkNodeID isn't set for broadcast | | When set, broadcast the data frame via the destination MAC address, even when the NetworkNodeID isn't set for broadcast. | ||
| |} | |} | ||
| Line 62: | Line 62: | ||
| =Description= | =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". | 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". The actual_datasize must be <= 0x5C6. | ||