Difference between revisions of "GenericMessage"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(added missing field)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 9: Line 8:
{  AgentID    LLUUID  }
{  AgentID    LLUUID  }
{ SessionID LLUUID }
{ SessionID LLUUID }
{ TransactionID LLUUID }
}
}
{
{

Revision as of 02:21, 20 June 2008

Message Layout

{
    GenericMessage	Low NotTrusted Zerocoded
	{
		AgentData 		Single
		{   AgentID     LLUUID  	}
		{	SessionID	LLUUID		}
		{	TransactionID	LLUUID	}
	}
	{
		MethodData 	Single
		{	Method		Variable 1 }
		{	Invoice		LLUUID	}
	}
	{
		ParamList		Variable
		{	Parameter	Variable 1 }
	}
}

Usage and Notes