GroupVoteHistoryItemReply: 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 38: | Line 37: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
[[Category:Messages]] | [[Category:Messages]] | ||
[[Category:Group Messages]] | |||
Latest revision as of 15:57, 11 July 2009
Message Layout
{
GroupVoteHistoryItemReply Low Trusted Zerocoded
{
AgentData Single
{ AgentID LLUUID }
{ GroupID LLUUID }
}
{
TransactionData Single
{ TransactionID LLUUID }
{ TotalNumItems U32 }
}
{
HistoryItemData Single
{ VoteID LLUUID }
{ TerseDateID Variable 1 }
{ StartDateTime Variable 1 }
{ EndDateTime Variable 1 }
{ VoteInitiator LLUUID }
{ VoteType Variable 1 }
{ VoteResult Variable 1 }
{ Majority F32 }
{ Quorum S32 }
{ ProposalText Variable 2 }
}
{
VoteItem Variable
{ CandidateID LLUUID }
{ VoteCast Variable 1 }
{ NumVotes S32 }
}
}