C# Class DeviceHive.Equipment

Datei anzeigen Open project: devicehive/devicehive-.net-mf

Public Properties

Property Type Description
code string
data System.Collections.Hashtable
name string
type string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

code public_oe property

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
return string

data public_oe property

Associated equipment data.
public Hashtable,System.Collections data
return System.Collections.Hashtable

name public_oe property

Equipment name
public string name
return string

type public_oe property

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