pub unsafe extern "C" fn subghz_tx_rx_worker_set_callback_have_read(
    instance: *mut SubGhzTxRxWorker,
    callback: Option<unsafe extern "C" fn(*mut c_void)>,
    context: *mut c_void
)
Expand description

Сallback SubGhzTxRxWorker when there is data to read in an empty buffer @param instance Pointer to a SubGhzTxRxWorker instance @param callback SubGhzTxRxWorkerCallbackHaveRead callback @param context