C# Class Universe.Services.EventQueueHelper

Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
AgentParams ( UUID agentID, bool checkEstate, int godLevel, bool limitedToEstate ) : OSD
ChatterBoxSessionAgentListUpdates ( UUID sessionID, UUID agentID, bool canVoiceChat, bool isModerator, bool textMute ) : OSD
ChatterBoxSessionStartReply ( string groupName, UUID groupID ) : OSD
ChatterboxInvitation ( UUID sessionID, string sessionName, UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket ) : OSD
CrossRegion ( ulong handle, System.Vector3 pos, System.Vector3 lookAt, IPAddress address, int port, string capsURL, UUID agentID, UUID sessionID, int RegionSizeX, int RegionSizeY ) : OSD
DisableSimulator ( ulong handle ) : OSD
EnableSimulator ( ulong handle, byte IPAddress, int Port, int RegionSizeX, int RegionSizeY ) : OSD
EstablishAgentCommunication ( UUID agentID, ulong regionhandle, string simIpAndPort, string seedcap, int RegionSizeX, int RegionSizeY ) : OSD
GroupMembership ( AgentGroupDataUpdatePacket groupUpdatePacket ) : OSD
InstantMessage ( UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket, bool checkEstate, int godLevel, bool limitedToEstate ) : OSD
InstantMessageParams ( UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket ) : OSD
LandStatReply ( LandStatReplyMessage statReplyMessage ) : OSD
ObjectPhysicsProperties ( ISceneChildEntity entities ) : OSD
ParcelObjectOwnersReply ( ParcelObjectOwnersReplyMessage parcelPropertiesMessage ) : OSD
ParcelProperties ( ParcelPropertiesMessage parcelPropertiesMessage ) : OSD
PlacesQuery ( PlacesReplyPacket PlacesReply, string regionType ) : OSD
ScriptRunningReplyEvent ( UUID objectID, UUID itemID, bool running, bool mono ) : OSD
TeleportFinishEvent ( ulong regionHandle, byte simAccess, IPAddress address, int port, uint locationID, string capsURL, UUID agentID, uint teleportFlags, int RegionSizeX, int RegionSizeY ) : OSD
buildEvent ( string eventName, OSD eventBody ) : OSD

Private Methods

Method Description
ChatterBoxSessionAgentListUpdates ( UUID sessionID, ChatterBoxSessionAgentListUpdatesMessage agentUpdatesBlock, string Transition ) : OSD
uintToByteArray ( uint uIntValue ) : byte[]
ulongToByteArray ( ulong uLongValue ) : byte[]

Method Details

AgentParams() public static method

public static AgentParams ( UUID agentID, bool checkEstate, int godLevel, bool limitedToEstate ) : OSD
agentID UUID
checkEstate bool
godLevel int
limitedToEstate bool
return OSD

ChatterBoxSessionAgentListUpdates() public static method

public static ChatterBoxSessionAgentListUpdates ( UUID sessionID, UUID agentID, bool canVoiceChat, bool isModerator, bool textMute ) : OSD
sessionID UUID
agentID UUID
canVoiceChat bool
isModerator bool
textMute bool
return OSD

ChatterBoxSessionStartReply() public static method

public static ChatterBoxSessionStartReply ( string groupName, UUID groupID ) : OSD
groupName string
groupID UUID
return OSD

ChatterboxInvitation() public static method

public static ChatterboxInvitation ( UUID sessionID, string sessionName, UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket ) : OSD
sessionID UUID
sessionName string
fromAgent UUID
message string
toAgent UUID
fromName string
dialog byte
timeStamp uint
offline bool
parentEstateID int
position System.Vector3
ttl uint
transactionID UUID
fromGroup bool
binaryBucket byte
return OSD

CrossRegion() public static method

public static CrossRegion ( ulong handle, System.Vector3 pos, System.Vector3 lookAt, IPAddress address, int port, string capsURL, UUID agentID, UUID sessionID, int RegionSizeX, int RegionSizeY ) : OSD
handle ulong
pos System.Vector3
lookAt System.Vector3
address System.Net.IPAddress
port int
capsURL string
agentID UUID
sessionID UUID
RegionSizeX int
RegionSizeY int
return OSD

DisableSimulator() public static method

public static DisableSimulator ( ulong handle ) : OSD
handle ulong
return OSD

EnableSimulator() public static method

public static EnableSimulator ( ulong handle, byte IPAddress, int Port, int RegionSizeX, int RegionSizeY ) : OSD
handle ulong
IPAddress byte
Port int
RegionSizeX int
RegionSizeY int
return OSD

EstablishAgentCommunication() public static method

public static EstablishAgentCommunication ( UUID agentID, ulong regionhandle, string simIpAndPort, string seedcap, int RegionSizeX, int RegionSizeY ) : OSD
agentID UUID
regionhandle ulong
simIpAndPort string
seedcap string
RegionSizeX int
RegionSizeY int
return OSD

GroupMembership() public static method

public static GroupMembership ( AgentGroupDataUpdatePacket groupUpdatePacket ) : OSD
groupUpdatePacket AgentGroupDataUpdatePacket
return OSD

InstantMessage() public static method

public static InstantMessage ( UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket, bool checkEstate, int godLevel, bool limitedToEstate ) : OSD
fromAgent UUID
message string
toAgent UUID
fromName string
dialog byte
timeStamp uint
offline bool
parentEstateID int
position System.Vector3
ttl uint
transactionID UUID
fromGroup bool
binaryBucket byte
checkEstate bool
godLevel int
limitedToEstate bool
return OSD

InstantMessageParams() public static method

public static InstantMessageParams ( UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, bool offline, int parentEstateID, System.Vector3 position, uint ttl, UUID transactionID, bool fromGroup, byte binaryBucket ) : OSD
fromAgent UUID
message string
toAgent UUID
fromName string
dialog byte
timeStamp uint
offline bool
parentEstateID int
position System.Vector3
ttl uint
transactionID UUID
fromGroup bool
binaryBucket byte
return OSD

LandStatReply() public static method

public static LandStatReply ( LandStatReplyMessage statReplyMessage ) : OSD
statReplyMessage OpenMetaverse.Messages.Linden.LandStatReplyMessage
return OSD

ObjectPhysicsProperties() public static method

public static ObjectPhysicsProperties ( ISceneChildEntity entities ) : OSD
entities ISceneChildEntity
return OSD

ParcelObjectOwnersReply() public static method

public static ParcelObjectOwnersReply ( ParcelObjectOwnersReplyMessage parcelPropertiesMessage ) : OSD
parcelPropertiesMessage OpenMetaverse.Messages.Linden.ParcelObjectOwnersReplyMessage
return OSD

ParcelProperties() public static method

public static ParcelProperties ( ParcelPropertiesMessage parcelPropertiesMessage ) : OSD
parcelPropertiesMessage OpenMetaverse.Messages.Linden.ParcelPropertiesMessage
return OSD

PlacesQuery() public static method

public static PlacesQuery ( PlacesReplyPacket PlacesReply, string regionType ) : OSD
PlacesReply PlacesReplyPacket
regionType string
return OSD

ScriptRunningReplyEvent() public static method

public static ScriptRunningReplyEvent ( UUID objectID, UUID itemID, bool running, bool mono ) : OSD
objectID UUID
itemID UUID
running bool
mono bool
return OSD

TeleportFinishEvent() public static method

public static TeleportFinishEvent ( ulong regionHandle, byte simAccess, IPAddress address, int port, uint locationID, string capsURL, UUID agentID, uint teleportFlags, int RegionSizeX, int RegionSizeY ) : OSD
regionHandle ulong
simAccess byte
address System.Net.IPAddress
port int
locationID uint
capsURL string
agentID UUID
teleportFlags uint
RegionSizeX int
RegionSizeY int
return OSD

buildEvent() public static method

public static buildEvent ( string eventName, OSD eventBody ) : OSD
eventName string
eventBody OSD
return OSD