C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Controllers.DeviceCommandController

Inheritance: Controller
显示文件 Open project: Azure/azure-iot-remote-monitoring Class Usage Examples

Public Methods

Method Description
DeviceCommandController ( IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic ) : System

Private Methods

Method Description
Command ( string deviceId, Command command ) : System.Web.Mvc.ActionResult
CommandListItems ( DeviceModel device ) : IList
GetCommandListItems ( DeviceModel device ) : IList
Index ( string deviceId ) : Task
IsCommandPublic ( Command command ) : bool
ResendCommand ( string deviceId, string name, string commandJson ) : Task
SendCommand ( CommandModel model ) : Task

Method Details

DeviceCommandController() public method

public DeviceCommandController ( IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic ) : System
deviceLogic IDeviceLogic
commandParameterTypeLogic ICommandParameterTypeLogic
return System