C# Class DeviceHive.DeviceClass

显示文件 Open project: devicehive/devicehive-.net-mf

Public Properties

Property Type Description
data System.Collections.Hashtable
name string
offlineTimeout int
version 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 class data.
public Hashtable,System.Collections data
return System.Collections.Hashtable

name public_oe property

Class name
public string name
return string

offlineTimeout public_oe property

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

version public_oe property

Class version
For example, 1.0.0.4
public string version
return string