C# Класс CUE.NET.Groups.Extensions.LedGroupExtension

Offers some extensions and helper-methods for ledgroup related things.
Показать файл Открыть проект

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

Метод Описание
Attach ( this ledGroup ) : bool

Attaches the given ledgroup to the device.

Detach ( this ledGroup ) : bool

Detaches the given ledgroup from the device.

Exclude ( this ledGroup ) : ListLedGroup

Returns a new ListLedGroup which contains all LEDs from the given ledgroup excluding the specified ones.

ToListLedGroup ( this ledGroup ) : ListLedGroup

Converts the given AbstractLedGroup to a ListLedGroup.

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

Attach() публичный статический Метод

Attaches the given ledgroup to the device.
public static Attach ( this ledGroup ) : bool
ledGroup this The ledgroup to attach.
Результат bool

Detach() публичный статический Метод

Detaches the given ledgroup from the device.
public static Detach ( this ledGroup ) : bool
ledGroup this The ledgroup to attach.
Результат bool

Exclude() публичный статический Метод

Returns a new ListLedGroup which contains all LEDs from the given ledgroup excluding the specified ones.
public static Exclude ( this ledGroup ) : ListLedGroup
ledGroup this The base ledgroup.
Результат ListLedGroup

ToListLedGroup() публичный статический Метод

Converts the given AbstractLedGroup to a ListLedGroup.
public static ToListLedGroup ( this ledGroup ) : ListLedGroup
ledGroup this The to convert.
Результат ListLedGroup