C# 클래스 j64.Harmony.Web.Controllers.HarmonyHubController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: joejarvis64/j64.Harmony

Private Properties

프로퍼티 타입 설명
CustomCommand IActionResult
SetChannel IActionResult
SetVolume IActionResult
StartChannelSurf IActionResult
ToggleMute IActionResult
Transport IActionResult

공개 메소드들

메소드 설명
HarmonyHubController ( j64HarmonyGateway hubConfig, Hub hub ) : Microsoft.AspNetCore.Mvc

비공개 메소드들

메소드 설명
CustomCommand ( string command ) : IActionResult
SetChannel ( string channel ) : IActionResult
SetVolume ( int level ) : IActionResult
StartChannelSurf ( string startStop ) : IActionResult
ToggleMute ( ) : IActionResult
Transport ( string command ) : IActionResult

메소드 상세

HarmonyHubController() 공개 메소드

public HarmonyHubController ( j64HarmonyGateway hubConfig, Hub hub ) : Microsoft.AspNetCore.Mvc
hubConfig j64.Harmony.Web.Models.j64HarmonyGateway
hub j64.Harmony.Xmpp.Hub
리턴 Microsoft.AspNetCore.Mvc