pub unsafe extern "C" fn infrared_worker_tx_get_signal_steady_callback(
    context: *mut c_void,
    instance: *mut InfraredWorker
) -> InfraredWorkerGetSignalResponse
Expand description

Callback to pass to infrared_worker_tx_set_get_signal_callback() if signal is steady and will not be changed between infrared_worker start and stop. Before starting transmission, desired steady signal must be set with infrared_worker_make_decoded_signal() or infrared_worker_make_raw_signal().

This function should not be implicitly called.

@param[in] context - context @param[out] instance - InfraredWorker instance