EtherCAT-IOLink Gateway

◆ GW_API_start()

GW_API_EErrorcode_t GW_API_start ( void  )

Customer Application is starting the GW Application.

Both DTK are initialized and started, the gateway starts working

Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
retVal = GW_API_start();
GW_API_EErrorcode_t GW_API_start(void)
Customer Application is starting the GW Application.
Definition: gw_api_interface.c:1568