C# 클래스 DeviceHive.Equipment

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

공개 프로퍼티들

프로퍼티 타입 설명
code string
data System.Collections.Hashtable
name string
type string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

code 공개적으로 프로퍼티

Equipment code
Implementers should use the equipment code to recognize the equipment. Each piece of equipment within a device should have the unique code.
public string code
리턴 string

data 공개적으로 프로퍼티

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

name 공개적으로 프로퍼티

Equipment name
public string name
리턴 string

type 공개적으로 프로퍼티

Equipment type
Name of an equipment type. Was introduced in v.6.
public string type
리턴 string