OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Framework.GridInstantMessage Class Reference

Public Member Functions

 GridInstantMessage ()
 
 GridInstantMessage (GridInstantMessage im, bool addTimestamp)
 
 GridInstantMessage (IScene scene, UUID _fromAgentID, string _fromAgentName, UUID _toAgentID, byte _dialog, bool _fromGroup, string _message, UUID _imSessionID, bool _offline, Vector3 _position, byte[] _binaryBucket, bool addTimestamp)
 
 GridInstantMessage (IScene scene, UUID _fromAgentID, string _fromAgentName, UUID _toAgentID, byte _dialog, string _message, bool _offline, Vector3 _position)
 

Public Attributes

Guid fromAgentID
 
string fromAgentName
 
Guid toAgentID
 
byte dialog
 
bool fromGroup
 
string message
 
Guid imSessionID
 
byte offline
 
Vector3 Position
 
byte[] binaryBucket
 
uint ParentEstateID
 
Guid RegionID
 
uint timestamp
 

Detailed Description

Definition at line 34 of file GridInstantMessage.cs.

Constructor & Destructor Documentation

OpenSim.Framework.GridInstantMessage.GridInstantMessage ( )
inline

Definition at line 51 of file GridInstantMessage.cs.

OpenSim.Framework.GridInstantMessage.GridInstantMessage ( GridInstantMessage  im,
bool  addTimestamp 
)
inline

Definition at line 56 of file GridInstantMessage.cs.

OpenSim.Framework.GridInstantMessage.GridInstantMessage ( IScene  scene,
UUID  _fromAgentID,
string  _fromAgentName,
UUID  _toAgentID,
byte  _dialog,
bool  _fromGroup,
string  _message,
UUID  _imSessionID,
bool  _offline,
Vector3  _position,
byte[]  _binaryBucket,
bool  addTimestamp 
)
inline

Definition at line 74 of file GridInstantMessage.cs.

OpenSim.Framework.GridInstantMessage.GridInstantMessage ( IScene  scene,
UUID  _fromAgentID,
string  _fromAgentName,
UUID  _toAgentID,
byte  _dialog,
string  _message,
bool  _offline,
Vector3  _position 
)
inline

Definition at line 104 of file GridInstantMessage.cs.

Member Data Documentation

byte [] OpenSim.Framework.GridInstantMessage.binaryBucket

Definition at line 45 of file GridInstantMessage.cs.

byte OpenSim.Framework.GridInstantMessage.dialog

Definition at line 39 of file GridInstantMessage.cs.

Guid OpenSim.Framework.GridInstantMessage.fromAgentID

Definition at line 36 of file GridInstantMessage.cs.

string OpenSim.Framework.GridInstantMessage.fromAgentName

Definition at line 37 of file GridInstantMessage.cs.

bool OpenSim.Framework.GridInstantMessage.fromGroup

Definition at line 40 of file GridInstantMessage.cs.

Guid OpenSim.Framework.GridInstantMessage.imSessionID

Definition at line 42 of file GridInstantMessage.cs.

string OpenSim.Framework.GridInstantMessage.message

Definition at line 41 of file GridInstantMessage.cs.

byte OpenSim.Framework.GridInstantMessage.offline

Definition at line 43 of file GridInstantMessage.cs.

uint OpenSim.Framework.GridInstantMessage.ParentEstateID

Definition at line 47 of file GridInstantMessage.cs.

Vector3 OpenSim.Framework.GridInstantMessage.Position

Definition at line 44 of file GridInstantMessage.cs.

Guid OpenSim.Framework.GridInstantMessage.RegionID

Definition at line 48 of file GridInstantMessage.cs.

uint OpenSim.Framework.GridInstantMessage.timestamp

Definition at line 49 of file GridInstantMessage.cs.

Guid OpenSim.Framework.GridInstantMessage.toAgentID

Definition at line 38 of file GridInstantMessage.cs.


The documentation for this class was generated from the following file: