C# Класс AGENT.Contrib.Hardware.Viberate.DebugViberate

Наследование: IViberate
Показать файл Открыть проект

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

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