pub unsafe extern "C" fn subghz_receiver_search_decoder_base_by_name(
    instance: *mut SubGhzReceiver,
    decoder_name: *const i8
) -> *mut SubGhzProtocolDecoderBase
Expand description

Search for a cattery by his name. @param instance Pointer to a SubGhzReceiver instance @param decoder_name Receiver name @return SubGhzProtocolDecoderBase* pointer to a SubGhzProtocolDecoderBase instance