C# Class DeviceHive.Device

Show file 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 property

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

deviceClass public property

Device class
public DeviceClass,DeviceHive deviceClass
return DeviceClass

equipment public property

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

key public 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 property

Device name
public string name
return string

network public property

Device network
public DeviceNetwork,DeviceHive network
return DeviceNetwork

status public property

Device status
public string status
return string