C# 클래스 DeviceHive.DeviceStatusNotification

Device status notification
This is a helper class that allows fast notification creation. It can be used to create and initialize device-related notifications.
상속: INotification
파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 메소드들

메소드 설명
DeviceStatusNotification ( string status )

Creates a device notification by a specified specified message string

This class can be used by implementers to effectively construct device notifications. Implementers should create instances of this class to pass to DeviceEngine.SendNotification function.

메소드 상세

DeviceStatusNotification() 공개 메소드

Creates a device notification by a specified specified message string
This class can be used by implementers to effectively construct device notifications. Implementers should create instances of this class to pass to DeviceEngine.SendNotification function.
public DeviceStatusNotification ( string status )
status string Message string for notification