Property | Type | Description |
---|
Method | Description | |
---|---|---|
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.
|
public GetResponseData ( ) : SiLA.Provider.ResponseData | ||
return | SiLA.Provider.ResponseData |
public SetResponseData ( SiLA.Provider.ResponseData data ) : void | ||
data | SiLA.Provider.ResponseData | The data. |
return | void |
public SiLAReturnValue ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
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. |
return | System.Runtime.Serialization |