C# 클래스 Universe.Modules.Scripting.ListenerInfo

상속: IWorldCommListenerInfo
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
FromData ( UUID ItemID, UUID hostID, OSDMap data ) : ListenerInfo
GetChannel ( ) : int
GetHandle ( ) : int
GetHostID ( ) : UUID
GetID ( ) : UUID
GetItemID ( ) : UUID
GetMessage ( ) : string
GetName ( ) : string
GetSerializationData ( ) : OSD
IsActive ( ) : bool
ListenerInfo ( ListenerInfo li, string name, UUID id, string message ) : System
ListenerInfo ( int handle, UUID ItemID, UUID hostID, int channel, string name, UUID id, string message, int regexBitfield ) : System

비공개 메소드들

메소드 설명
Initialize ( int handle, UUID ItemID, UUID hostID, int channel, string name, UUID id, string message, int regexBitfield ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

FromData() 공개 정적인 메소드

public static FromData ( UUID ItemID, UUID hostID, OSDMap data ) : ListenerInfo
ItemID UUID
hostID UUID
data OSDMap
리턴 ListenerInfo

GetChannel() 공개 메소드

public GetChannel ( ) : int
리턴 int

GetHandle() 공개 메소드

public GetHandle ( ) : int
리턴 int

GetHostID() 공개 메소드

public GetHostID ( ) : UUID
리턴 UUID

GetID() 공개 메소드

public GetID ( ) : UUID
리턴 UUID

GetItemID() 공개 메소드

public GetItemID ( ) : UUID
리턴 UUID

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetSerializationData() 공개 메소드

public GetSerializationData ( ) : OSD
리턴 OSD

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

ListenerInfo() 공개 메소드

public ListenerInfo ( ListenerInfo li, string name, UUID id, string message ) : System
li ListenerInfo
name string
id UUID
message string
리턴 System

ListenerInfo() 공개 메소드

public ListenerInfo ( int handle, UUID ItemID, UUID hostID, int channel, string name, UUID id, string message, int regexBitfield ) : System
handle int
ItemID UUID
hostID UUID
channel int
name string
id UUID
message string
regexBitfield int
리턴 System