C# 클래스 ThingM.Blink1.ConsoleDemo.Program

Blink(1) console demonstration program.
파일 보기 프로젝트 열기: todbot/blink1

공개 메소드들

메소드 설명
Main ( string args ) : void

The main program.

비공개 메소드들

메소드 설명
GetDifferentSeed ( ) : int

Get a truly different seed number.

GetRandomRgbColor ( ) : ThingM.Blink1.ColorProcessor.Rgb

Generate a random RGB color object.

TestCase1 ( ) : void

Pass 1: work on the first Blink(1) device found, synchronously

TestCase2 ( ) : void

Pass 2: work on the last Blink(1) device found, asynchronously

TestCase3 ( ) : void

Pass 3: reading the current presets

TestCase4 ( ) : void

Pass 4: playing the current presets

TestCase5 ( ) : void

Pass 5: saving new random presets

TestCase6 ( ) : void

Pass 6: reading the new random presets

TestCase7 ( ) : void

Pass 7: playing the new random presets

TestCase8 ( ) : void

Pass 8: work with the inactivity mode

메소드 상세

Main() 공개 정적인 메소드

The main program.
public static Main ( string args ) : void
args string /// The arguments. ///
리턴 void