C# 클래스 AGENT.Contrib.Hardware.Viberate.DebugViberate

상속: IViberate
파일 보기 프로젝트 열기: nothingmn/AGENT.Contrib

공개 메소드들

메소드 설명
Viberate ( int duration ) : void

Viberate the motor for a number of milliseconds

Viberate ( string pattern ) : void

Viberate the motor for a given patterns of S and L's S is short, 500ms L is long, 1000ms (1 second) P will pause for 100ms

메소드 상세

Viberate() 공개 메소드

Viberate the motor for a number of milliseconds
public Viberate ( int duration ) : void
duration int
리턴 void

Viberate() 공개 메소드

Viberate the motor for a given patterns of S and L's S is short, 500ms L is long, 1000ms (1 second) P will pause for 100ms
public Viberate ( string pattern ) : void
pattern string
리턴 void