DeclineCallingCard

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

{
	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