OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo:
Inheritance graph
[legend]

Public Member Functions

Object[] GetSerializationData ()
 
UUID GetItemID ()
 
UUID GetHostID ()
 
int GetChannel ()
 
uint GetLocalID ()
 
int GetHandle ()
 
string GetMessage ()
 
string GetName ()
 
bool IsActive ()
 
void Deactivate ()
 
void Activate ()
 
UUID GetID ()
 

Properties

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 34 of file IWorldComm.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.Activate ( )
void OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.Deactivate ( )
int OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetChannel ( )
int OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetHandle ( )
UUID OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetHostID ( )
UUID OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetID ( )
UUID OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetItemID ( )
uint OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetLocalID ( )
string OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetMessage ( )
string OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetName ( )
Object [] OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.GetSerializationData ( )
bool OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.IsActive ( )

Property Documentation

int OpenSim.Region.Framework.Interfaces.IWorldCommListenerInfo.RegexBitfield
get

Bitfield indicating which strings should be processed as regex. 1 corresponds to IWorldCommListenerInfo::GetName() 2 corresponds to IWorldCommListenerInfo::GetMessage()

Definition at line 54 of file IWorldComm.cs.


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