C# Class DeviceHive.Device

Datei anzeigen Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
data System.Collections.Hashtable
deviceClass DeviceClass
equipment DeviceHive.Equipment[]
key string
name string
network DeviceNetwork
status string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

data public_oe property

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

deviceClass public_oe property

Device class
public DeviceClass,DeviceHive deviceClass
return DeviceClass

equipment public_oe property

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

key public_oe property

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

name public_oe property

Device name
public string name
return string

network public_oe property

Device network
public DeviceNetwork,DeviceHive network
return DeviceNetwork

status public_oe property

Device status
public string status
return string