EtherCAT SubDevice
 
Loading...
Searching...
No Matches

◆ EC_API_SLV_DIAG_enable()

uint32_t EC_API_SLV_DIAG_enable ( EC_API_SLV_SHandle_t pHandle)

Enable history diagnosis object.

Parameters
[in]pHandleThe pointer to the EtherCAT API instance.
Returns
ErrorCode API Error Code
Example
#include <ecSlvApi.h>
// the Call
uint32_t EC_API_SLV_DIAG_enable(EC_API_SLV_SHandle_t *pHandle)
Enable history diagnosis object.
Definition ecSlvApi_diagnosis.c:49