C# Class OpenMetaverse.Messages.Linden.TeleportFinishMessage

Sent to the client to indicate a teleport request has completed
Inheritance: IMessage
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
Flags TeleportFlags
IP System.Net.IPAddress
LocationID int
Port int
RegionHandle ulong
SeedCapability System.Uri
SimAccess SimAccess

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

AgentID public property

The UUID of the agent
public UUID AgentID
return UUID

Flags public property

Status flags indicating the state of the Agent upon arrival, Flying, etc.
public TeleportFlags Flags
return TeleportFlags

IP public property

The IP Address of the simulator
public IPAddress,System.Net IP
return System.Net.IPAddress

LocationID public property

public int LocationID
return int

Port public property

The UDP Port the simulator will listen for UDP traffic on
public int Port
return int

RegionHandle public property

The simulators handle the agent teleported to
public ulong RegionHandle
return ulong

SeedCapability public property

A Uri which contains a list of Capabilities the simulator supports
public Uri,System SeedCapability
return System.Uri

SimAccess public property

Indicates the level of access required to access the simulator, or the content rating, or the simulators map status
public SimAccess SimAccess
return SimAccess