Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZAF_AppName.h
Go to the documentation of this file.
1
11#ifndef ZAF_APPNAME_H
12#define ZAF_APPNAME_H
13
14#include <stdbool.h>
15#include "zaf_appname_config.h"
16
17#if !defined(ZAF_APP_NAME)
18#error "The application's name is not defined"
19#endif
20
21#define ZAF_FILE_SIZE_APP_NAME 30 // 29 characters + \0
22
29bool ZAF_AppName_Read(char * app_name);
30
38
39#endif /* ZAF_APPNAME_H */
bool ZAF_AppName_Write(void)
Writes the name of the application to the non-volatile memory, if it isn't already up to date.
bool ZAF_AppName_Read(char *app_name)
Reads the name of the application into a character array.