EtherCAT-IOLink Gateway

◆ GW_API_formatNVRAM()

GW_API_EErrorcode_t GW_API_formatNVRAM ( void  )

Clear and format NVRAM, deleting all stored configuration etc.

Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
retVal = GW_API_formatNVRAM();
GW_API_EErrorcode_t GW_API_formatNVRAM(void)
Clear and format NVRAM, deleting all stored configuration etc.
Definition: gw_api_interface.c:455