C# 클래스 ArduinoTest.Components.DioderConnection

Manages operations surrounding the Ikea Dioder
상속: IDioderConnection
파일 보기 프로젝트 열기: holymoo/Disposition

공개 메소드들

메소드 설명
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