PHP Класс PiPHP\GPIO\Interrupt\InterruptWatcher

Наследование: implements PiPHP\GPIO\Interrupt\InterruptWatcherInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem, callable $streamSelect ) Constructor.
__destruct ( ) Destructor.
register ( PiPHP\GPIO\Pin\InputPinInterface $pin, callable $callback )
unregister ( PiPHP\GPIO\Pin\InputPinInterface $pin )
watch ( $timeout )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem, callable $streamSelect )
$fileSystem PiPHP\GPIO\FileSystem\FileSystemInterface An object that provides file system access
$streamSelect callable The stream select implementation

__destruct() публичный Метод

Destructor.
public __destruct ( )

register() публичный Метод

public register ( PiPHP\GPIO\Pin\InputPinInterface $pin, callable $callback )
$pin PiPHP\GPIO\Pin\InputPinInterface
$callback callable

unregister() публичный Метод

public unregister ( PiPHP\GPIO\Pin\InputPinInterface $pin )
$pin PiPHP\GPIO\Pin\InputPinInterface

watch() публичный Метод

public watch ( $timeout )