C# Класс j64.Harmony.Web.Controllers.HarmonyHubController

Наследование: Microsoft.AspNetCore.Mvc.Controller
Показать файл Открыть проект

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