EtherCAT-IOLink Gateway
 
Loading...
Searching...
No Matches

◆ GW_API_deregisterSMIClient()

GW_API_EErrorcode_t GW_API_deregisterSMIClient ( const uint8_t  clientId_p)

Deregister a SMIdirect client.

Parameters
[in]clientId_pclientId from registration
Returns
GW_API_EErrorcode_t errorcode
Example
#include <gw_api_interface.h>
GW_API_EErrorcode_t retVal = GW_API_eSUCCESS;
uint8_t clientId;
retVal = GW_API_deregisterSMIClient(clientId);
GW_API_EErrorcode_t GW_API_deregisterSMIClient(const uint8_t clientId_p)
Deregister a SMIdirect client.
Definition gw_api_interface.c:1844