| Kaa client C SDK
    | 
#include <stddef.h>#include <stdbool.h>Go to the source code of this file.
| Functions | |
| int | cc32xx_binary_file_read (const char *file_name, char **buffer, size_t *buffer_size, bool *needs_deallocation) | 
| int | cc32xx_binary_file_store (const char *file_name, const char *buffer, size_t buffer_size) | 
| int | cc32xx_binary_file_delete (const char *file_name) | 
| int cc32xx_binary_file_delete | ( | const char * | file_name | ) | 
| int cc32xx_binary_file_read | ( | const char * | file_name, | 
| char ** | buffer, | ||
| size_t * | buffer_size, | ||
| bool * | needs_deallocation | ||
| ) | 
| int cc32xx_binary_file_store | ( | const char * | file_name, | 
| const char * | buffer, | ||
| size_t | buffer_size | ||
| ) | 
 1.8.6
 1.8.6