C# 클래스 DeviceHive.DeviceNotification

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
notification string
parameters System.Collections.Hashtable
timestamp string

공개 메소드들

메소드 설명
GetHashCode ( ) : int

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

notification 공개적으로 프로퍼티

Name of notification
public string notification
리턴 string

parameters 공개적으로 프로퍼티

Name-value array of notification parameters
public Hashtable,System.Collections parameters
리턴 System.Collections.Hashtable

timestamp 공개적으로 프로퍼티

Timestamp of a notification
Created at server.
public string timestamp
리턴 string