Difference between revisions of "SendXferPacket"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) |
Cube Linden (talk | contribs) |
||
Line 21: | Line 21: | ||
*Packet - ID of packet being sent | *Packet - ID of packet being sent | ||
*Data - Payload for the transfer | *Data - Payload for the transfer | ||
[[Category:Messages]] | [[Category:Messages]] |
Latest revision as of 16:19, 2 January 2007
Message Layout
{ SendXferPacket High NotTrusted Unencoded { XferID Single { ID U64 } { Packet U32 } } { DataPacket Single { Data Variable 2 } } }
Usage and Notes
Used for Xfer Manager transfers
- ID - Unique ID of the transfer the packet is for
- Packet - ID of packet being sent
- Data - Payload for the transfer