C# 클래스 DeviceHive.CommandStatus

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
result string
status string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

result 공개적으로 프로퍼티

Command result string. It is a free text message.
public string result
리턴 string

status 공개적으로 프로퍼티

Command status string. Should be equal to either Completed or Failed constant.
public string status
리턴 string