C# Class 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.
Inheritance: INotification
Afficher le fichier Open project: devicehive/devicehive-.net-mf

Méthodes publiques

Méthode Description
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.

Method Details

DeviceStatusNotification() public méthode

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