C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.CommandProcessors.ChangeSetPointTempCommandProcessor

Command processor to handle the change in the temperature range
Inheritance: Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.CommandProcessors.CommandProcessor
Mostrar archivo Open project: Azure/azure-iot-remote-monitoring Class Usage Examples

Public Methods

Method Description
ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task

Method Details

ChangeSetPointTempCommandProcessor() public method

public ChangeSetPointTempCommandProcessor ( CoolerDevice device ) : System
device Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.Cooler.Devices.CoolerDevice
return System

HandleCommandAsync() public method

public HandleCommandAsync ( DeserializableCommand deserializableCommand ) : Task
deserializableCommand Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.Transport.DeserializableCommand
return Task