Difference between revisions of "SendXferPacket"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 18: Line 17:
</pre>
</pre>
==Usage and Notes==
==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
[[Category:Messages]]
[[Category:Messages]]
[[Category:Messages]]

Revision as of 17: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