NWMUDS:SendTo: Difference between revisions

No edit summary
Line 45: Line 45:
| Result code
| Result code
|}
|}
=Flags=
{| class="wikitable" border="1"
|-
!  Bit
!  Description
|-
| 0
| Unknown, normally set.
|-
| 1
| When set, broadcast the data frame via the destination MAC address, even when the NetworkNodeID isn't set for broadcast?
|}
This command ''only'' uses the input flags field for checking the above 2 bits, nothing more.


=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".