C# Class DeviceHive.Device

Afficher le fichier Open project: devicehive/devicehive-.net-mf Class Usage Examples

Méthodes publiques

Свойство Type Description
data System.Collections.Hashtable
deviceClass DeviceClass
equipment DeviceHive.Equipment[]
key string
name string
network DeviceNetwork
status string

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

data public_oe property

Associated device data.
public Hashtable,System.Collections data
Résultat System.Collections.Hashtable

deviceClass public_oe property

Device class
public DeviceClass,DeviceHive deviceClass
Résultat DeviceClass

equipment public_oe property

Array of device equipment structures
public Equipment[],DeviceHive equipment
Résultat 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
Résultat string

name public_oe property

Device name
public string name
Résultat string

network public_oe property

Device network
public DeviceNetwork,DeviceHive network
Résultat DeviceNetwork

status public_oe property

Device status
public string status
Résultat string