C# 클래스 hubiquitus4w8.hapi.hStructures.HStatus

Version 0.5 This structure describe the connection status
상속: Newtonsoft.Json.Linq.JObject
파일 보기 프로젝트 열기: hubiquitus-old/hubiquitus4w8 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetErrorCode() 공개 메소드

Get the error of connction. Null if undefined.
public GetErrorCode ( ) : ConnectionErrors?
리턴 ConnectionErrors?

GetErrorMsg() 공개 메소드

Get error message of connection. Null if undefined.
public GetErrorMsg ( ) : string
리턴 string

GetStatus() 공개 메소드

Get the status of connection. Null if not defined.
public GetStatus ( ) : ConnectionStatus?
리턴 ConnectionStatus?

HStatus() 공개 메소드

public HStatus ( ) : System
리턴 System

HStatus() 공개 메소드

public HStatus ( Newtonsoft.Json.Linq.JObject jsonObj ) : System
jsonObj Newtonsoft.Json.Linq.JObject
리턴 System

SetErrorCode() 공개 메소드

public SetErrorCode ( ConnectionErrors errorCode ) : void
errorCode ConnectionErrors
리턴 void

SetErrorMsg() 공개 메소드

public SetErrorMsg ( string errorMsg ) : void
errorMsg string
리턴 void

SetStatus() 공개 메소드

public SetStatus ( ConnectionStatus status ) : void
status ConnectionStatus
리턴 void