C# Class TeamFlash.Monitor

显示文件 Open project: Readify/TeamFlash

Public Methods

Method Description
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

Private Methods

Method Description
GetDelcomDeviceHandle ( ) : uint

Method Details

SetLed() public method

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

SetLed() public method

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

SetLed() public method

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