pub unsafe extern "C" fn subghz_protocol_decoder_base_serialize(
    decoder_base: *mut SubGhzProtocolDecoderBase,
    flipper_format: *mut FlipperFormat,
    preset: *mut SubGhzPresetDefinition
) -> bool
Expand description

Serialize data SubGhzProtocolDecoderBase. @param decoder_base Pointer to a SubGhzProtocolDecoderBase instance @param flipper_format Pointer to a FlipperFormat instance @param preset The modulation on which the signal was received, SubGhzPresetDefinition @return true On success