C# 클래스 DeviceHive.DeviceNetwork

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 프로퍼티들

프로퍼티 타입 설명
description string
key string
name string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

description 공개적으로 프로퍼티

Network description
Free text
public string description
리턴 string

key 공개적으로 프로퍼티

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

name 공개적으로 프로퍼티

Network name
public string name
리턴 string