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
Mostrar archivo 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_oe property

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

AgentID public_oe property

public UUID AgentID
return UUID

Port public_oe property

public int Port
return int

SeedCapability public_oe property

public Uri,System SeedCapability
return System.Uri