SendXferPacket

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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