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 classGPIOListenerSimple interface for implementing GPIO callbacksMethods in jpigpio with parameters of type Alert Modifier and Type Method Description voidJPigpio. gpioSetAlertFunc(int gpio, Alert alert)voidPigpio. gpioSetAlertFunc(int pin, Alert alert)voidPigpioSocket. gpioSetAlertFunc(int pin, Alert gpioAlert)voidGPIO. setAlert(Alert alert) -
Uses of Alert in jpigpio.packet
Classes in jpigpio.packet that implement Alert Modifier and Type Class Description classNotificationListenerNotificationListener is object, which after being registered with NotificationRouter (see class PigpioSocket) receives notifications coming from Pigpiod.