C# Класс ArduinoTest.Components.DioderConnection

Manages operations surrounding the Ikea Dioder
Наследование: IDioderConnection
Показать файл Открыть проект

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

Метод Описание
Close ( ) : void

Closes the connection to the Dioder device

DioderConnection ( ) : System.Text

ctor

DisplayColor ( Color color ) : void

Displays a specific color on the dioder

Initialize ( ) : void

Assembles everything needed to interface with the Dioder Device

Приватные методы

Метод Описание
GetColorString ( Color color ) : string

Maps the Color object to a string that the arduino can understand

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

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

Closes the connection to the Dioder device
public Close ( ) : void
Результат void

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

ctor
public DioderConnection ( ) : System.Text
Результат System.Text

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

Displays a specific color on the dioder
public DisplayColor ( Color color ) : void
color ArduinoTest.Components.Domain.Color
Результат void

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

Assembles everything needed to interface with the Dioder Device
public Initialize ( ) : void
Результат void