C# Class OpenMetaverse.ParcelAccessListReplyEventArgs

Contains blacklist and whitelist data returned from the simulator in response to an RequestParcelAccesslist request
Inheritance: System.EventArgs
Show file Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Public Methods

Method Description
ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System

Construct a new instance of the ParcelAccessListReplyEventArgs class

Method Details

ParcelAccessListReplyEventArgs() public method

Construct a new instance of the ParcelAccessListReplyEventArgs class
public ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System
simulator Simulator The simulator the parcel is located in
sequenceID int The user assigned ID used to correlate a request with /// these results
localID int The simulator specific ID of the parcel
flags uint TODO:
accessEntries List The list containing the white/blacklisted agents for the parcel
return System