C# Class DeviceHive.DeviceNetwork

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

Méthodes publiques

Свойство Type Description
description string
key string
name string

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

description public_oe property

Network description
Free text
public string description
Résultat 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
Résultat string

name public_oe property

Network name
public string name
Résultat string