Method | Description | |
---|---|---|
Activate ( UUID itemID, int handle ) : void | ||
AddFromData ( UUID itemID, UUID hostID, OSD data ) : void | ||
AddListener ( UUID itemID, UUID hostID, int channel, string name, UUID id, string msg, int regexBitfield ) : int | ||
Dectivate ( UUID itemID, int handle ) : void | ||
DeleteListener ( UUID itemID ) : void | ||
GetListeners ( UUID itemID, int channel, string name, UUID id, string msg ) : List |
||
GetListenersCount ( ) : int | ||
GetSerializationData ( UUID itemID ) : OSD | ||
ListenerManager ( int maxlisteners, int maxhandles ) : System | ||
Remove ( UUID itemID, int handle ) : void |
Method | Description | |
---|---|---|
GetNewHandle ( UUID itemID ) : int |
public Activate ( UUID itemID, int handle ) : void | ||
itemID | UUID | |
handle | int | |
return | void |
public AddFromData ( UUID itemID, UUID hostID, OSD data ) : void | ||
itemID | UUID | |
hostID | UUID | |
data | OSD | |
return | void |
public AddListener ( UUID itemID, UUID hostID, int channel, string name, UUID id, string msg, int regexBitfield ) : int | ||
itemID | UUID | |
hostID | UUID | |
channel | int | |
name | string | |
id | UUID | |
msg | string | |
regexBitfield | int | |
return | int |
public Dectivate ( UUID itemID, int handle ) : void | ||
itemID | UUID | |
handle | int | |
return | void |
public GetListeners ( UUID itemID, int channel, string name, UUID id, string msg ) : List |
||
itemID | UUID | |
channel | int | |
name | string | |
id | UUID | |
msg | string | |
return | List |
public GetSerializationData ( UUID itemID ) : OSD | ||
itemID | UUID | |
return | OSD |
public ListenerManager ( int maxlisteners, int maxhandles ) : System | ||
maxlisteners | int | |
maxhandles | int | |
return | System |
public Remove ( UUID itemID, int handle ) : void | ||
itemID | UUID | |
handle | int | |
return | void |