C# Class j64.Harmony.Web.Controllers.HarmonyHubController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: joejarvis64/j64.Harmony

Private Properties

Property Type Description
CustomCommand IActionResult
SetChannel IActionResult
SetVolume IActionResult
StartChannelSurf IActionResult
ToggleMute IActionResult
Transport IActionResult

Public Methods

Method Description
HarmonyHubController ( j64HarmonyGateway hubConfig, Hub hub ) : Microsoft.AspNetCore.Mvc

Private Methods

Method Description
CustomCommand ( string command ) : IActionResult
SetChannel ( string channel ) : IActionResult
SetVolume ( int level ) : IActionResult
StartChannelSurf ( string startStop ) : IActionResult
ToggleMute ( ) : IActionResult
Transport ( string command ) : IActionResult

Method Details

HarmonyHubController() public method

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