6#include "subghz_keystore.h"
33bool subghz_environment_load_keystore(
SubGhzEnvironment* instance,
const char* filename);
46void subghz_environment_set_came_atomo_rainbow_table_file_name(
48 const char* filename);
55const char* subghz_environment_get_came_atomo_rainbow_table_file_name(
SubGhzEnvironment* instance);
62void subghz_environment_set_alutech_at_4n_rainbow_table_file_name(
64 const char* filename);
72 subghz_environment_get_alutech_at_4n_rainbow_table_file_name(
SubGhzEnvironment* instance);
79void subghz_environment_set_nice_flor_s_rainbow_table_file_name(
81 const char* filename);
89 subghz_environment_get_nice_flor_s_rainbow_table_file_name(
SubGhzEnvironment* instance);
96void subghz_environment_set_protocol_registry(
114const char* subghz_environment_get_protocol_name_registry(
SubGhzEnvironment* instance,
size_t idx);
Definition environment.c:4
Definition subghz_keystore.c:29