Difference between revisions of "UseCircuitCode"

From Second Life Wiki
Jump to navigation Jump to search
(added packet ID number as found in message_template.msg)
 
Line 3: Line 3:
<pre width=80>
<pre width=80>
{
{
UseCircuitCode Low NotTrusted Unencoded
UseCircuitCode Low 3 NotTrusted Unencoded
{
{
CircuitCode Single
CircuitCode Single
Line 13: Line 13:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Common Messages]]
[[Category:Common Messages]]

Latest revision as of 23:09, 30 November 2007

Message Layout

{
	UseCircuitCode Low 3 NotTrusted Unencoded
	{
		CircuitCode		Single
		{	Code		U32		}
		{	SessionID	LLUUID	}
		{	ID			LLUUID	} 
	}
}

Usage and Notes