Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZAF_AppName.h File Reference

Stores the name of the application. More...

#include <stdbool.h>
#include "zaf_appname_config.h"
+ Include dependency graph for ZAF_AppName.h:

Go to the source code of this file.

Macros

#define ZAF_FILE_SIZE_APP_NAME   30
 

Functions

bool ZAF_AppName_Read (char *app_name)
 Reads the name of the application into a character array.
 
bool ZAF_AppName_Write (void)
 Writes the name of the application to the non-volatile memory, if it isn't already up to date.
 

Detailed Description

Stores the name of the application.

Stores the application's name, aiding the identification of devices during development.

Macro Definition Documentation

◆ ZAF_FILE_SIZE_APP_NAME

#define ZAF_FILE_SIZE_APP_NAME   30

Function Documentation

◆ ZAF_AppName_Read()

bool ZAF_AppName_Read ( char * app_name)

Reads the name of the application into a character array.

Parameters
[out]app_name
Returns
status of the read operation

◆ ZAF_AppName_Write()

bool ZAF_AppName_Write ( void )

Writes the name of the application to the non-volatile memory, if it isn't already up to date.

Returns
status of the write operation