C# 클래스 TeamFlash.Monitor

파일 보기 프로젝트 열기: Readify/TeamFlash

공개 메소드들

메소드 설명
SetLed ( byte led, bool turnItOn, bool flashIt ) : void
SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds ) : void
SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds, bool turnOffAfterFlashing ) : void

비공개 메소드들

메소드 설명
GetDelcomDeviceHandle ( ) : uint

메소드 상세

SetLed() 공개 메소드

public SetLed ( byte led, bool turnItOn, bool flashIt ) : void
led byte
turnItOn bool
flashIt bool
리턴 void

SetLed() 공개 메소드

public SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds ) : void
led byte
turnItOn bool
flashIt bool
flashDurationInSeconds int
리턴 void

SetLed() 공개 메소드

public SetLed ( byte led, bool turnItOn, bool flashIt, int flashDurationInSeconds, bool turnOffAfterFlashing ) : void
led byte
turnItOn bool
flashIt bool
flashDurationInSeconds int
turnOffAfterFlashing bool
리턴 void