Difference between revisions of "GroupNoticeRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 7: Line 6:
{
{
AgentData        Single
AgentData        Single
{ AgentID LLUUID }
{ AgentID LLUUID }
{ SessionID LLUUID }
{ SessionID LLUUID }
}
}
{
{
Data        Single
Data        Single
{ GroupNoticeID LLUUID }
{ GroupNoticeID LLUUID }
}
}
}
}
Line 18: Line 17:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Requests data for a specific group notice.  The requesting agent must have the group ability to receive group notices.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 13:43, 12 December 2006

Message Layout

{
	GroupNoticeRequest Low NotTrusted Unencoded
	{
		AgentData        Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		Data        Single
		{	GroupNoticeID	LLUUID	}
	}
}

Usage and Notes

Requests data for a specific group notice. The requesting agent must have the group ability to receive group notices.