pub unsafe extern "C" fn subghz_tx_rx_worker_write(
    instance: *mut SubGhzTxRxWorker,
    data: *mut u8,
    size: usize
) -> bool
Expand description

SubGhzTxRxWorker, add data to transfer @param instance Pointer to a SubGhzTxRxWorker instance @param data *data @param size data size @return bool true if ok