C# Class DeviceHive.DeviceClass

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

Méthodes publiques

Свойство Type Description
data System.Collections.Hashtable
name string
offlineTimeout int
version 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 class data.
public Hashtable,System.Collections data
Résultat System.Collections.Hashtable

name public_oe property

Class name
public string name
Résultat string

offlineTimeout public_oe property

Amount of inactivity time, in milliseconds, after which the server would consider that the device offline.
public int offlineTimeout
Résultat int

version public_oe property

Class version
For example, 1.0.0.4
public string version
Résultat string