GroupActiveProposalsRequest: Difference between revisions
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
Requests all of the active proposals for a given group. The agent must be in the group to request the active proposals. | Requests all of the active proposals for a given group. The agent must be in the group to request the active proposals. | ||
TransactionID - This transcation ID is used as a way to keep track of what replies go with what request. This ID should be unique for each new request. | <b><tt>TransactionID</tt></b> - This transcation ID is used as a way to keep track of what replies go with what request. This ID should be unique for each new request. | ||
[[Category:Messages]] | [[Category:Messages]] | ||
Revision as of 11:57, 12 December 2006
Message Layout
{
GroupActiveProposalsRequest Low NotTrusted Unencoded
{
AgentData Single
{ AgentID LLUUID }
{ SessionID LLUUID }
}
{
GroupData Single
{ GroupID LLUUID }
}
{
TransactionData Single
{ TransactionID LLUUID }
}
}
Usage and Notes
Requests all of the active proposals for a given group. The agent must be in the group to request the active proposals.
TransactionID - This transcation ID is used as a way to keep track of what replies go with what request. This ID should be unique for each new request.