C# Класс OpenSim.Framework.AgentCircuitData

Circuit data for an agent. Connection information shared between regions that accept UDP connections from a client
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Описание методов

AgentCircuitData() публичный Метод

public AgentCircuitData ( ) : System
Результат System

AgentCircuitData() публичный Метод

Create AgentCircuitData from a Serializable AgentCircuitData
public AgentCircuitData ( sAgentCircuitData cAgent ) : System
cAgent sAgentCircuitData
Результат System

PackAgentCircuitData() публичный Метод

Pack AgentCircuitData into an OSDMap for transmission over LLSD XML or LLSD json
public PackAgentCircuitData ( ) : OSDMap
Результат OSDMap

UnpackAgentCircuitData() публичный Метод

Unpack agent circuit data map into an AgentCiruitData object
public UnpackAgentCircuitData ( OSDMap args ) : void
args OSDMap
Результат void

Описание свойств

AgentID публичное свойство

Avatar Unique Agent Identifier
public UUID AgentID
Результат UUID

Appearance публичное свойство

Avatar's Appearance
public AvatarAppearance,OpenSim.Framework Appearance
Результат AvatarAppearance

BaseFolder публичное свойство

Agent's root inventory folder
public UUID BaseFolder
Результат UUID

CapsPath публичное свойство

Base Caps path for user
public string CapsPath
Результат string

Channel публичное свойство

The channel strinf sent by the viewer at login
public string Channel
Результат string

ChildrenCapSeeds публичное свойство

Seed caps for neighbor regions that the user can see into
public Dictionary ChildrenCapSeeds
Результат string>.Dictionary

IPAddress публичное свойство

The client's IP address, as captured by the login service
public string IPAddress
Результат string

Id0 публичное свойство

The id0 as reported by the viewer at login
public string Id0
Результат string

InventoryFolder публичное свойство

public UUID InventoryFolder
Результат UUID

Mac публичное свойство

The Mac address as reported by the viewer at login
public string Mac
Результат string

SecureSessionID публичное свойство

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
Результат UUID

ServiceSessionID публичное свойство

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
Результат string

ServiceURLs публичное свойство

public Dictionary ServiceURLs
Результат object>.Dictionary

SessionID публичное свойство

Non secure Session ID
public UUID SessionID
Результат UUID

Viewer публичное свойство

Viewer's version string as reported by the viewer at login
public string Viewer
Результат string

child публичное свойство

Root agent, or Child agent
public bool child
Результат bool

circuitcode публичное свойство

Number given to the client when they log-in that they provide as credentials to the UDP server
public uint circuitcode
Результат uint

firstname публичное свойство

Agent's account first name
public string firstname
Результат string

lastname публичное свойство

Agent's account last name
public string lastname
Результат string

startpos публичное свойство

Position the Agent's Avatar starts in the region
public Vector3,System startpos
Результат System.Vector3

teleportFlags публичное свойство

How this agent got here
public uint teleportFlags
Результат uint