Method | Description | |
---|---|---|
GetChannelKey ( ) : UUID | ||
GetIntRetval ( ) : int | ||
GetIntValue ( ) : int | ||
GetItemID ( ) : UUID | ||
GetMessageID ( ) : UUID | ||
GetPrimID ( ) : UUID | ||
GetStrRetval ( ) : string | ||
GetStrVal ( ) : string | ||
IsProcessed ( ) : bool | ||
RPCRequestInfo ( UUID primID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System | ||
SetIntRetval ( int resp ) : void | ||
SetProcessed ( bool processed ) : void | ||
SetStrRetval ( string resp ) : void |
public RPCRequestInfo ( UUID primID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System | ||
primID | UUID | |
itemID | UUID | |
channelKey | UUID | |
strVal | string | |
intVal | string | |
return | System |
public SetProcessed ( bool processed ) : void | ||
processed | bool | |
return | void |