C# Класс Libmpc.MpdOutput

The MpdOutput class contains all attributes of an output device of the MPD.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MpdOutput ( int id, string name, bool enabled ) : System

Creates a new MpdOutput object.

ToString ( ) : string

Returns a string representation of the object mainly for debuging purpose.

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

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

Creates a new MpdOutput object.
public MpdOutput ( int id, string name, bool enabled ) : System
id int The id of the output.
name string The name of the output.
enabled bool If the output is enabled.
Результат System

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

Returns a string representation of the object mainly for debuging purpose.
public ToString ( ) : string
Результат string