pub unsafe extern "C" fn subghz_protocol_decoder_base_deserialize(
    decoder_base: *mut SubGhzProtocolDecoderBase,
    flipper_format: *mut FlipperFormat
) -> SubGhzProtocolStatus
Expand description

Deserialize data SubGhzProtocolDecoderBase.

Returns:

  • Status Error

Arguments

  • decoder_base - Pointer to a SubGhzProtocolDecoderBase instance
  • flipper_format - Pointer to a FlipperFormat instance