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
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
Address System.Net.IPAddress
AgentID UUID
Port int
SeedCapability System.Uri

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

Address public_oe property

public IPAddress,System.Net Address
Résultat System.Net.IPAddress

AgentID public_oe property

public UUID AgentID
Résultat UUID

Port public_oe property

public int Port
Résultat int

SeedCapability public_oe property

public Uri,System SeedCapability
Résultat System.Uri