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

◆ EC_API_SLV_PDO_disable()

uint32_t EC_API_SLV_PDO_disable ( EC_API_SLV_SHandle_t pHandle,
EC_API_SLV_Pdo_t pPdo 
)

Disable PDO assignment to syncManager.

Parameters
[in]pHandleDTK handle.
[in]pPdoPDO instance.
Returns
uint32_t Returns the API error code.
Example
#include <ecSlvApi.h>
// required variables
uint32_t retVal = 0;
// the Call
retVal = EC_API_SLV_PDO_disable(pHandle, ptPdo);
uint32_t EC_API_SLV_PDO_disable(EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_Pdo_t *pPdo)
Disable PDO assignment to syncManager.
Definition ecSlvApi_pdo.c:2796
Definition ecSlvApiInternal.h:331
Definition ecSlvApiInternal.h:172
See also
EC_API_SLV_PDO_enable