C# Класс TeamFlash.Monitor

Показать файл Открыть проект

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

Метод Описание
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