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

Public Member Functions

bool IsProcessed ()
 
UUID GetChannelKey ()
 
void SetProcessed (bool processed)
 
void SetStrRetval (string resp)
 
string GetStrRetval ()
 
void SetIntRetval (int resp)
 
int GetIntRetval ()
 
uint GetLocalID ()
 
UUID GetItemID ()
 
string GetStrVal ()
 
int GetIntValue ()
 
UUID GetMessageID ()
 

Detailed Description

Definition at line 32 of file IXMLRPC.cs.

Member Function Documentation

UUID OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetChannelKey ( )
int OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetIntRetval ( )
int OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetIntValue ( )
UUID OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetItemID ( )
uint OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetLocalID ( )
UUID OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetMessageID ( )
string OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetStrRetval ( )
string OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.GetStrVal ( )
bool OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.IsProcessed ( )
void OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.SetIntRetval ( int  resp)
void OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.SetProcessed ( bool  processed)
void OpenSim.Region.Framework.Interfaces.IXmlRpcRequestInfo.SetStrRetval ( string  resp)

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