C# Class DeviceHive.EquipmentNotification

Equipment notification class
This is a helper class for equipment notification sending. It should be used by implementers to effectively send equipment notifications.
Inheritance: INotification
ファイルを表示 Open project: devicehive/devicehive-.net-mf

Public Methods

Method Description
EquipmentNotification ( string EquipmentCode, string DataName, object ParameterValue ) : System.Collections

Constructs an equipment notification by given parameters

Implementers should create instances of this class to pass to DeviceEngine.SendNotification function.

Method Details

EquipmentNotification() public method

Constructs an equipment notification by given parameters
Implementers should create instances of this class to pass to DeviceEngine.SendNotification function.
public EquipmentNotification ( string EquipmentCode, string DataName, object ParameterValue ) : System.Collections
EquipmentCode string Equipment code
DataName string Parameter name
ParameterValue object Parameter value
return System.Collections