GenericMessage

From Second Life Wiki
Revision as of 02:21, 20 June 2008 by Day Oh (talk | contribs) (added missing field)
Jump to navigation Jump to search

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