Difference between revisions of "ParcelAccessListReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 22: Line 21:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Flags:
{| border="1"
|-
|Value||Name
|-
|1||Access
|-
|2||Ban
|}
[[Category:Messages]]
[[Category:Messages]]
[[Category:Parcel Messages]]

Latest revision as of 06:54, 30 July 2015

Message Layout

{
	ParcelAccessListReply Low Trusted Zerocoded
	{
		Data	Single
		{	AgentID			LLUUID	}
		{	SequenceID		S32		}
		{	Flags			U32		}
		{	LocalID			S32		}
	}
	{
		List	Variable
		{	ID			LLUUID		}
		{	Time		S32			} 
		{	Flags		U32			}
	}
}

Usage and Notes

Flags:

Value Name
1 Access
2 Ban