EtherCAT-IOLink Gateway

◆ GW_API_stop()

GW_API_EErrorcode_t GW_API_stop ( void  )

Customer Application stops the GW Application.

Both DTK are cleaned up and stopped, the gateway stops working

Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
retVal = GW_API_stop();
GW_API_EErrorcode_t GW_API_stop(void)
Customer Application stops the GW Application.
Definition: gw_api_interface.c:1716