GroupNoticeRequest: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
| Line 7: | Line 6: | ||
{ | { | ||
AgentData Single | AgentData Single | ||
{ AgentID | { AgentID LLUUID } | ||
{ SessionID | { 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 12: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.