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
Show file Open project: devicehive/devicehive-.net-mf

Public Methods

Method 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 method

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