OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo:
Collaboration graph
[legend]

Public Member Functions

 ListenerInfo (int handle, uint localID, UUID ItemID, UUID hostID, int channel, string name, UUID id, string message)
 
 ListenerInfo (int handle, uint localID, UUID ItemID, UUID hostID, int channel, string name, UUID id, string message, int regexBitfield)
 
 ListenerInfo (ListenerInfo li, string name, UUID id, string message)
 
 ListenerInfo (ListenerInfo li, string name, UUID id, string message, int regexBitfield)
 
Object[] GetSerializationData ()
 
UUID GetItemID ()
 
UUID GetHostID ()
 
int GetChannel ()
 
uint GetLocalID ()
 
int GetHandle ()
 
string GetMessage ()
 
string GetName ()
 
bool IsActive ()
 
void Deactivate ()
 
void Activate ()
 
UUID GetID ()
 

Static Public Member Functions

static ListenerInfo FromData (uint localID, UUID ItemID, UUID hostID, Object[] data)
 

Properties

int RegexBitfield [get, set]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo
int RegexBitfield [get]
 Bitfield indicating which strings should be processed as regex. 1 corresponds to IWorldCommListenerInfo::GetName() 2 corresponds to IWorldCommListenerInfo::GetMessage() More...
 

Detailed Description

Definition at line 855 of file WorldCommModule.cs.

Constructor & Destructor Documentation

OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.ListenerInfo ( int  handle,
uint  localID,
UUID  ItemID,
UUID  hostID,
int  channel,
string  name,
UUID  id,
string  message 
)
inline

Definition at line 902 of file WorldCommModule.cs.

OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.ListenerInfo ( int  handle,
uint  localID,
UUID  ItemID,
UUID  hostID,
int  channel,
string  name,
UUID  id,
string  message,
int  regexBitfield 
)
inline

Definition at line 910 of file WorldCommModule.cs.

OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.ListenerInfo ( ListenerInfo  li,
string  name,
UUID  id,
string  message 
)
inline

Definition at line 918 of file WorldCommModule.cs.

OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.ListenerInfo ( ListenerInfo  li,
string  name,
UUID  id,
string  message,
int  regexBitfield 
)
inline

Definition at line 925 of file WorldCommModule.cs.

Member Function Documentation

void OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.Activate ( )
inline
void OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.Deactivate ( )
inline
static ListenerInfo OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.FromData ( uint  localID,
UUID  ItemID,
UUID  hostID,
Object[]  data 
)
inlinestatic

Definition at line 963 of file WorldCommModule.cs.

int OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetChannel ( )
inline
int OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetHandle ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 998 of file WorldCommModule.cs.

Here is the caller graph for this function:

UUID OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetHostID ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 983 of file WorldCommModule.cs.

Here is the caller graph for this function:

UUID OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetID ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 1028 of file WorldCommModule.cs.

Here is the caller graph for this function:

UUID OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetItemID ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 978 of file WorldCommModule.cs.

Here is the caller graph for this function:

uint OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetLocalID ( )
inline
string OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetMessage ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 1003 of file WorldCommModule.cs.

Here is the caller graph for this function:

string OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetName ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 1008 of file WorldCommModule.cs.

Here is the caller graph for this function:

Object [] OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.GetSerializationData ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 948 of file WorldCommModule.cs.

Here is the caller graph for this function:

bool OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.IsActive ( )
inline

Implements OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.

Definition at line 1013 of file WorldCommModule.cs.

Here is the caller graph for this function:

Property Documentation

int OpenSim.Region.CoreModules.Scripting.WorldComm.ListenerInfo.RegexBitfield
getset

Definition at line 1033 of file WorldCommModule.cs.


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