C# 클래스 DeviceHive.Device

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

공개 프로퍼티들

프로퍼티 타입 설명
data System.Collections.Hashtable
deviceClass DeviceClass
equipment DeviceHive.Equipment[]
key string
name string
network DeviceNetwork
status string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

data 공개적으로 프로퍼티

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

deviceClass 공개적으로 프로퍼티

Device class
public DeviceClass,DeviceHive deviceClass
리턴 DeviceClass

equipment 공개적으로 프로퍼티

Array of device equipment structures
public Equipment[],DeviceHive equipment
리턴 DeviceHive.Equipment[]

key 공개적으로 프로퍼티

Device security key. It is usually a string containing a GUID.
Implementer should create this security key and use it in all messages related to the device. Usually the key is a GUID string.
public string key
리턴 string

name 공개적으로 프로퍼티

Device name
public string name
리턴 string

network 공개적으로 프로퍼티

Device network
public DeviceNetwork,DeviceHive network
리턴 DeviceNetwork

status 공개적으로 프로퍼티

Device status
public string status
리턴 string