C# 클래스 SiLA.Provider.SiLAReturnValue

파일 보기 프로젝트 열기: SiLAOSS/Demo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetResponseData ( ) : SiLA.Provider.ResponseData

Gets the response data

SetResponseData ( SiLA.Provider.ResponseData data ) : void

Sets the response data

SiLAReturnValue ( ) : System.Runtime.Serialization

Initializes a new instance of the SiLAReturnValue class.

SiLAReturnValue ( int retCode, string retText, string retDuration, int retDeviceClass ) : System.Runtime.Serialization

Initializes a new instance of the SiLAReturnValue class.

메소드 상세

GetResponseData() 공개 메소드

Gets the response data
public GetResponseData ( ) : SiLA.Provider.ResponseData
리턴 SiLA.Provider.ResponseData

SetResponseData() 공개 메소드

Sets the response data
public SetResponseData ( SiLA.Provider.ResponseData data ) : void
data SiLA.Provider.ResponseData The data.
리턴 void

SiLAReturnValue() 공개 메소드

Initializes a new instance of the SiLAReturnValue class.
public SiLAReturnValue ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

SiLAReturnValue() 공개 메소드

Initializes a new instance of the SiLAReturnValue class.
public SiLAReturnValue ( int retCode, string retText, string retDuration, int retDeviceClass ) : System.Runtime.Serialization
retCode int The return code.
retText string The ret text.
retDuration string Duration of the ret.
retDeviceClass int The ret device class.
리턴 System.Runtime.Serialization