C# Класс Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Controllers.DeviceCommandController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeviceCommandController ( IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic ) : System

Приватные методы

Метод Описание
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

Описание методов

DeviceCommandController() публичный Метод

public DeviceCommandController ( IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic ) : System
deviceLogic IDeviceLogic
commandParameterTypeLogic ICommandParameterTypeLogic
Результат System