C# Class DeviceHive.DeviceNetwork

ファイルを表示 Open project: devicehive/devicehive-.net-mf

Public Properties

Property Type Description
description string
key string
name string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

description public_oe property

Network description
Free text
public string description
return string

key public_oe property

Network security key
Introduced in v.6. It is recommended to use string GUID when creating this data structure.
public string key
return string

name public_oe property

Network name
public string name
return string