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
Показать файл Открыть проект

Открытые методы

Метод Описание
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