C# 클래스 DeviceHive.DeviceClass

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

공개 프로퍼티들

프로퍼티 타입 설명
data System.Collections.Hashtable
name string
offlineTimeout int
version string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

data 공개적으로 프로퍼티

Associated device class data.
public Hashtable,System.Collections data
리턴 System.Collections.Hashtable

name 공개적으로 프로퍼티

Class name
public string name
리턴 string

offlineTimeout 공개적으로 프로퍼티

Amount of inactivity time, in milliseconds, after which the server would consider that the device offline.
public int offlineTimeout
리턴 int

version 공개적으로 프로퍼티

Class version
For example, 1.0.0.4
public string version
리턴 string