Method | Description | |
---|---|---|
GetErrorCode ( ) : ConnectionErrors? |
Get the error of connction. Null if undefined.
|
|
GetErrorMsg ( ) : string |
Get error message of connection. Null if undefined.
|
|
GetStatus ( ) : ConnectionStatus? |
Get the status of connection. Null if not defined.
|
|
HStatus ( ) : System | ||
HStatus ( Newtonsoft.Json.Linq.JObject jsonObj ) : System | ||
SetErrorCode ( ConnectionErrors errorCode ) : void | ||
SetErrorMsg ( string errorMsg ) : void | ||
SetStatus ( ConnectionStatus status ) : void |
public HStatus ( Newtonsoft.Json.Linq.JObject jsonObj ) : System | ||
jsonObj | Newtonsoft.Json.Linq.JObject | |
return | System |
public SetErrorCode ( ConnectionErrors errorCode ) : void | ||
errorCode | ConnectionErrors | |
return | void |
public SetErrorMsg ( string errorMsg ) : void | ||
errorMsg | string | |
return | void |
public SetStatus ( ConnectionStatus status ) : void | ||
status | ConnectionStatus | |
return | void |