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

◆ EC_API_SLV_getCyclicStatus()

uint32_t EC_API_SLV_getCyclicStatus ( EC_API_SLV_SHandle_t pHandle)

This function reads if there is any error cyclic communication error.

Parameters
[in]pHandleThe pointer to the EtherCAT API instance.
Returns
uint32_t Returns the API error code.
Example
#include <ecSlvApi.h>
uint32_t error = EC_API_SLV_getCyclicStatus(pHandle);
uint32_t EC_API_SLV_getCyclicStatus(EC_API_SLV_SHandle_t *pHandle)
This function reads if there is any error cyclic communication error.
Definition ecSlvApi.c:1632