5#define SUBGHZ_PROTOCOL_MARANTEC24_NAME "Marantec24"
25void subghz_protocol_encoder_marantec24_free(
void* context);
34 subghz_protocol_encoder_marantec24_deserialize(
void* context,
FlipperFormat* flipper_format);
40void subghz_protocol_encoder_marantec24_stop(
void* context);
47LevelDuration subghz_protocol_encoder_marantec24_yield(
void* context);
60void subghz_protocol_decoder_marantec24_free(
void* context);
66void subghz_protocol_decoder_marantec24_reset(
void* context);
74void subghz_protocol_decoder_marantec24_feed(
void* context,
bool level, uint32_t duration);
81uint8_t subghz_protocol_decoder_marantec24_get_hash_data(
void* context);
90SubGhzProtocolStatus subghz_protocol_decoder_marantec24_serialize(
102 subghz_protocol_decoder_marantec24_deserialize(
void* context,
FlipperFormat* flipper_format);
109void subghz_protocol_decoder_marantec24_get_string(
void* context,
FuriString* output);
Definition level_duration.h:15
Definition environment.c:4
Definition marantec24.c:17
Definition marantec24.c:24