Difference between revisions of "DirGroupsReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 26: Line 25:
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Search Messages]]

Latest revision as of 15:40, 11 July 2009

Message Layout

{
	DirGroupsReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID			}
	}
	{
		QueryData		Single
		{	QueryID		LLUUID			}
	}
	{
		QueryReplies	Variable
		{	GroupID			LLUUID			}
		{	GroupName		Variable	1	}	
		{	Members			S32				}
		{	OpenEnrollment	BOOL			}
		{	MembershipFee	S32				}
	}
}

Usage and Notes