C# Class DeviceHive.DeviceNetwork

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

Network description
Free text
public string description
return string

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

Network name
public string name
return string