C# 클래스 DeviceHive.DeviceEquipment

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 프로퍼티들

프로퍼티 타입 설명
name string
parameters System.Collections.Hashtable
timestamp string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

name 공개적으로 프로퍼티

Command name
public string name
리턴 string

parameters 공개적으로 프로퍼티

Name-value array of parameters
public Hashtable,System.Collections parameters
리턴 System.Collections.Hashtable

timestamp 공개적으로 프로퍼티

Timestamp of the command
Created by server.
public string timestamp
리턴 string