C# Class AGENT.Contrib.Hardware.Viberate.DebugViberate

Inheritance: IViberate
Afficher le fichier Open project: nothingmn/AGENT.Contrib

Méthodes publiques

Méthode Description
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

Method Details

Viberate() public méthode

Viberate the motor for a number of milliseconds
public Viberate ( int duration ) : void
duration int
Résultat void

Viberate() public méthode

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
Résultat void