DeclineCallingCard

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	DeclineCallingCard Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		TransactionBlock	Single
		{	TransactionID	LLUUID	}
	}
}

Usage and Notes

Used to both decline an offer for a calling card as well as notify the sender that the offer was declined.

TransactionID should match the TransactionID from the originating offer for any effect.

See also OfferCallingCard : AcceptCallingCard