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
Afficher le fichier Open project: devicehive/devicehive-.net-mf

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Collections