C# Class Grider.Agent

Mostrar archivo Open project: diva/Grider Class Usage Examples

Public Properties

Property Type Description
Agents Agent>.Dictionary
AssetServerSendKey string
AssetServerURL string
AuthToken UUID
CapsSeed string
EQ EventQueue
GridServerSendKey string
GridServerURL string
Home RegionInfo
InventoryServerURL string
LocalEQCAP string
NextEQ EventQueue
NextEQID string
RegClient RegionClient
TheRegion RegionInfo
UserAuth UserAuthClient
UserServerURL string
agentCircuitData AgentCircuitData
eqID string
proxy GriderProxy
regionEndPoint IPEndPoint

Public Methods

Method Description
Agent ( RegionInfo regInfo, System.Vector3 pos, System.Vector3 look ) : System
Agent ( string gridserver, string gridserverkey, ulong regionhandle, IPEndPoint endpoint, uint httpport ) : System
AgentCircuitDataFromXml ( Hashtable hash ) : void
Clone ( AgentCircuitData adata ) : AgentCircuitData
GetEventQueue ( string key ) : EventQueue
GetRandomCapsObjectPath ( ) : string
Go ( ) : bool
RemoveEventQueue ( string key ) : void
Retrieve ( ) : void
SetAgentCircuitData ( Hashtable hash, Hashtable appearance, string seedcap ) : void
SetUserAuth ( UserAuthClient uclient ) : void
SetUserData ( GriderProxy p, string userURL, string inventoryURL, string assetURL, string assetKey, UUID token ) : void
Stop ( ) : void
Update ( ) : void
Update ( Agent oldAgent ) : void

Private Methods

Method Description
CloseAsync ( ) : void
CloseCompleted ( IAsyncResult iar ) : void
SetupEQ ( ) : void

Method Details

Agent() public method

public Agent ( RegionInfo regInfo, System.Vector3 pos, System.Vector3 look ) : System
regInfo OpenSim.Framework.RegionInfo
pos System.Vector3
look System.Vector3
return System

Agent() public method

public Agent ( string gridserver, string gridserverkey, ulong regionhandle, IPEndPoint endpoint, uint httpport ) : System
gridserver string
gridserverkey string
regionhandle ulong
endpoint System.Net.IPEndPoint
httpport uint
return System

AgentCircuitDataFromXml() public static method

public static AgentCircuitDataFromXml ( Hashtable hash ) : void
hash System.Collections.Hashtable
return void

Clone() public method

public Clone ( AgentCircuitData adata ) : AgentCircuitData
adata OpenSim.Framework.AgentCircuitData
return OpenSim.Framework.AgentCircuitData

GetEventQueue() public static method

public static GetEventQueue ( string key ) : EventQueue
key string
return EventQueue

GetRandomCapsObjectPath() public static method

public static GetRandomCapsObjectPath ( ) : string
return string

Go() public method

public Go ( ) : bool
return bool

RemoveEventQueue() public static method

public static RemoveEventQueue ( string key ) : void
key string
return void

Retrieve() public method

public Retrieve ( ) : void
return void

SetAgentCircuitData() public static method

public static SetAgentCircuitData ( Hashtable hash, Hashtable appearance, string seedcap ) : void
hash Hashtable
appearance Hashtable
seedcap string
return void

SetUserAuth() public static method

public static SetUserAuth ( UserAuthClient uclient ) : void
uclient UserAuthClient
return void

SetUserData() public static method

public static SetUserData ( GriderProxy p, string userURL, string inventoryURL, string assetURL, string assetKey, UUID token ) : void
p GriderProxy
userURL string
inventoryURL string
assetURL string
assetKey string
token UUID
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Update() public method

public Update ( Agent oldAgent ) : void
oldAgent Agent
return void

Property Details

Agents public_oe static_oe property

public static Dictionary Agents
return Agent>.Dictionary

AssetServerSendKey public_oe static_oe property

public static string AssetServerSendKey
return string

AssetServerURL public_oe static_oe property

public static string AssetServerURL
return string

AuthToken public_oe static_oe property

public static UUID AuthToken
return UUID

CapsSeed public_oe property

public string CapsSeed
return string

EQ public_oe property

public EventQueue,Grider EQ
return EventQueue

GridServerSendKey public_oe property

public string GridServerSendKey
return string

GridServerURL public_oe property

public string GridServerURL
return string

Home public_oe static_oe property

public static RegionInfo Home
return RegionInfo

InventoryServerURL public_oe static_oe property

public static string InventoryServerURL
return string

LocalEQCAP public_oe static_oe property

public static string LocalEQCAP
return string

NextEQ public_oe static_oe property

public static EventQueue NextEQ
return EventQueue

NextEQID public_oe static_oe property

public static string NextEQID
return string

RegClient public_oe property

public RegionClient RegClient
return RegionClient

TheRegion public_oe property

public RegionInfo TheRegion
return RegionInfo

UserAuth public_oe static_oe property

public static UserAuthClient UserAuth
return UserAuthClient

UserServerURL public_oe static_oe property

public static string UserServerURL
return string

agentCircuitData public_oe static_oe property

public static AgentCircuitData agentCircuitData
return AgentCircuitData

eqID public_oe property

public string eqID
return string

proxy public_oe static_oe property

public static GriderProxy proxy
return GriderProxy

regionEndPoint public_oe property

public IPEndPoint regionEndPoint
return IPEndPoint