GroupVoteHistoryItemReply

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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		}
	}
}

Usage and Notes