class Pigpio::Callback
The class of callback.
Public Instance Methods
cancel() → Integer
click to toggle source
This function cancels a callback/event-callback.
The function returns 0 if OK, otherwise pigif_callback_not_found.
See also: pigpio site event_callback_cancel See also: pigpio site callback_cancel
VALUE pigpio_rbst_callback_id_cancel(VALUE self){
id()
click to toggle source
Get callback id.R eturn Integer.
VALUE pigpio_rbst_callback_id_r_id(VALUE self){