Difference between revisions of "AcceptCallingCard"

From Second Life Wiki
Jump to navigation Jump to search
Line 21: Line 21:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
See also [[OfferCallingCard]]
[[Category:Messages]]
[[Category:Messages]]
[[Category:Relationship Messages]]
[[Category:Relationship Messages]]

Revision as of 17:59, 5 June 2008

Message Layout

{
	AcceptCallingCard Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		TransactionBlock	Single
		{	TransactionID	LLUUID	}
	}
	{
		FolderData			Variable
		{	FolderID		LLUUID	} 
	}
}

Usage and Notes

See also OfferCallingCard