C# Class OpenSim.Framework.AgentCircuitData

Circuit data for an agent. Connection information shared between regions that accept UDP connections from a client
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AgentID UUID
Appearance AvatarAppearance
BaseFolder UUID
CapsPath string
Channel string
ChildrenCapSeeds string>.Dictionary
IPAddress string
Id0 string
InventoryFolder UUID
Mac string
SecureSessionID UUID
ServiceSessionID string
ServiceURLs object>.Dictionary
SessionID UUID
Viewer string
child bool
circuitcode uint
firstname string
lastname string
startpos System.Vector3
teleportFlags uint

Méthodes publiques

Méthode Description
AgentCircuitData ( ) : System
AgentCircuitData ( sAgentCircuitData cAgent ) : System

Create AgentCircuitData from a Serializable AgentCircuitData

PackAgentCircuitData ( ) : OSDMap

Pack AgentCircuitData into an OSDMap for transmission over LLSD XML or LLSD json

UnpackAgentCircuitData ( OSDMap args ) : void

Unpack agent circuit data map into an AgentCiruitData object

Method Details

AgentCircuitData() public méthode

public AgentCircuitData ( ) : System
Résultat System

AgentCircuitData() public méthode

Create AgentCircuitData from a Serializable AgentCircuitData
public AgentCircuitData ( sAgentCircuitData cAgent ) : System
cAgent sAgentCircuitData
Résultat System

PackAgentCircuitData() public méthode

Pack AgentCircuitData into an OSDMap for transmission over LLSD XML or LLSD json
public PackAgentCircuitData ( ) : OSDMap
Résultat OSDMap

UnpackAgentCircuitData() public méthode

Unpack agent circuit data map into an AgentCiruitData object
public UnpackAgentCircuitData ( OSDMap args ) : void
args OSDMap
Résultat void

Property Details

AgentID public_oe property

Avatar Unique Agent Identifier
public UUID AgentID
Résultat UUID

Appearance public_oe property

Avatar's Appearance
public AvatarAppearance,OpenSim.Framework Appearance
Résultat AvatarAppearance

BaseFolder public_oe property

Agent's root inventory folder
public UUID BaseFolder
Résultat UUID

CapsPath public_oe property

Base Caps path for user
public string CapsPath
Résultat string

Channel public_oe property

The channel strinf sent by the viewer at login
public string Channel
Résultat string

ChildrenCapSeeds public_oe property

Seed caps for neighbor regions that the user can see into
public Dictionary ChildrenCapSeeds
Résultat string>.Dictionary

IPAddress public_oe property

The client's IP address, as captured by the login service
public string IPAddress
Résultat string

Id0 public_oe property

The id0 as reported by the viewer at login
public string Id0
Résultat string

InventoryFolder public_oe property

public UUID InventoryFolder
Résultat UUID

Mac public_oe property

The Mac address as reported by the viewer at login
public string Mac
Résultat string

SecureSessionID public_oe property

Random Unique GUID for this session. Client gets this at login and it's only supposed to be disclosed over secure channels
public UUID SecureSessionID
Résultat UUID

ServiceSessionID public_oe property

Hypergrid service token; generated by the user domain, consumed by the receiving grid. There is one such unique token for each grid visited.
public string ServiceSessionID
Résultat string

ServiceURLs public_oe property

public Dictionary ServiceURLs
Résultat object>.Dictionary

SessionID public_oe property

Non secure Session ID
public UUID SessionID
Résultat UUID

Viewer public_oe property

Viewer's version string as reported by the viewer at login
public string Viewer
Résultat string

child public_oe property

Root agent, or Child agent
public bool child
Résultat bool

circuitcode public_oe property

Number given to the client when they log-in that they provide as credentials to the UDP server
public uint circuitcode
Résultat uint

firstname public_oe property

Agent's account first name
public string firstname
Résultat string

lastname public_oe property

Agent's account last name
public string lastname
Résultat string

startpos public_oe property

Position the Agent's Avatar starts in the region
public Vector3,System startpos
Résultat System.Vector3

teleportFlags public_oe property

How this agent got here
public uint teleportFlags
Résultat uint