pub unsafe extern "C" fn infrared_worker_rx_enable_signal_decoding(
    instance: *mut InfraredWorker,
    enable: bool
)
Expand description

Enable decoding of received infrared signals.

@param[in] instance - instance of InfraredWorker @param[in] enable - true if you want to enable decoding false otherwise