C# 클래스 DeviceHive.DeviceCommand

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

공개 프로퍼티들

프로퍼티 타입 설명
command string
flags int
id string
lifetime int
parameters System.Collections.Hashtable
result string
status string
timestamp string
userId int

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

command 공개적으로 프로퍼티

Command name
public string command
리턴 string

flags 공개적으로 프로퍼티

Command flags
public int flags
리턴 int

id 공개적으로 프로퍼티

Command ID
Created and returned by server.
public string id
리턴 string

lifetime 공개적으로 프로퍼티

Command life time
public int lifetime
리턴 int

parameters 공개적으로 프로퍼티

Table of command parameters
public Hashtable,System.Collections parameters
리턴 System.Collections.Hashtable

result 공개적으로 프로퍼티

Command result
public string result
리턴 string

status 공개적으로 프로퍼티

Command status
public string status
리턴 string

timestamp 공개적으로 프로퍼티

Timestamp of a command.
Caller can specify the timestamp when getting or polling commands.
public string timestamp
리턴 string

userId 공개적으로 프로퍼티

UserId of creator of the command.
public int userId
리턴 int