C# Class OpenMetaverse.Messages.Linden.EstablishAgentCommunicationMessage

Sent to the viewer when a neighboring simulator is requesting the agent make a connection to it.
Inheritance: IMessage
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Address System.Net.IPAddress
AgentID UUID
Port int
SeedCapability System.Uri

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

Address public property

public IPAddress,System.Net Address
return System.Net.IPAddress

AgentID public property

public UUID AgentID
return UUID

Port public property

public int Port
return int

SeedCapability public property

public Uri,System SeedCapability
return System.Uri