C# 클래스 OpenSim.Region.CoreModules.Scripting.XMLRPC.RPCRequestInfo

상속: IXmlRpcRequestInfo
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 메소드들

메소드 설명
GetChannelKey ( ) : UUID
GetIntRetval ( ) : int
GetIntValue ( ) : int
GetItemID ( ) : UUID
GetLocalID ( ) : uint
GetMessageID ( ) : UUID
GetStrRetval ( ) : string
GetStrVal ( ) : string
IsProcessed ( ) : bool
RPCRequestInfo ( uint localID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System
SetIntRetval ( int resp ) : void
SetProcessed ( bool processed ) : void
SetStrRetval ( string resp ) : void

메소드 상세

GetChannelKey() 공개 메소드

public GetChannelKey ( ) : UUID
리턴 UUID

GetIntRetval() 공개 메소드

public GetIntRetval ( ) : int
리턴 int

GetIntValue() 공개 메소드

public GetIntValue ( ) : int
리턴 int

GetItemID() 공개 메소드

public GetItemID ( ) : UUID
리턴 UUID

GetLocalID() 공개 메소드

public GetLocalID ( ) : uint
리턴 uint

GetMessageID() 공개 메소드

public GetMessageID ( ) : UUID
리턴 UUID

GetStrRetval() 공개 메소드

public GetStrRetval ( ) : string
리턴 string

GetStrVal() 공개 메소드

public GetStrVal ( ) : string
리턴 string

IsProcessed() 공개 메소드

public IsProcessed ( ) : bool
리턴 bool

RPCRequestInfo() 공개 메소드

public RPCRequestInfo ( uint localID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System
localID uint
itemID UUID
channelKey UUID
strVal string
intVal string
리턴 System

SetIntRetval() 공개 메소드

public SetIntRetval ( int resp ) : void
resp int
리턴 void

SetProcessed() 공개 메소드

public SetProcessed ( bool processed ) : void
processed bool
리턴 void

SetStrRetval() 공개 메소드

public SetStrRetval ( string resp ) : void
resp string
리턴 void