C# 클래스 Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Controllers.DeviceCommandController

상속: Controller
파일 보기 프로젝트 열기: Azure/azure-iot-remote-monitoring 1 사용 예제들

공개 메소드들

메소드 설명
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