Uses of Interface
jpigpio.Alert
Package | Description |
---|---|
jpigpio | |
jpigpio.packet |
-
Uses of Alert in jpigpio
Classes in jpigpio that implement Alert Modifier and Type Class Description class
GPIOListener
Simple interface for implementing GPIO callbacksMethods in jpigpio with parameters of type Alert Modifier and Type Method Description void
JPigpio. gpioSetAlertFunc(int gpio, Alert alert)
void
Pigpio. gpioSetAlertFunc(int pin, Alert alert)
void
PigpioSocket. gpioSetAlertFunc(int pin, Alert gpioAlert)
void
GPIO. setAlert(Alert alert)
-
Uses of Alert in jpigpio.packet
Classes in jpigpio.packet that implement Alert Modifier and Type Class Description class
NotificationListener
NotificationListener is object, which after being registered with NotificationRouter (see class PigpioSocket) receives notifications coming from Pigpiod.