Type Definition flipperzero_sys::InfraredWorkerGetSignalCallback
source · pub type InfraredWorkerGetSignalCallback = Option<unsafe extern "C" fn(context: *mut c_void, instance: *mut InfraredWorker) -> InfraredWorkerGetSignalResponse>;Expand description
Re-export bindings Callback type for providing next signal to send. Should be used with infrared_worker_make_decoded_signal() or infrared_worker_make_raw_signal()