EtherCAT Slave1.12.02

◆ EC_API_SLV_PDO_getEntryCount()

uint8_t EC_API_SLV_PDO_getEntryCount ( EC_API_SLV_SPdo_t pPdo_p)

Read PDO entry count.

Parameters
[in]pPdo_pPDO pointer.
Returns
Number of PDO entries.
Example
#include <ecSlvApi.h>
uint8_t count = EC_API_SLV_PDO_getEntryCount(ptPdo);
uint8_t EC_API_SLV_PDO_getEntryCount(EC_API_SLV_SPdo_t *pPdo_p)
Read PDO entry count.
Definition: ecSlvApi_ProcDataStub.c:940
See also
EC_API_SLV_PDO_getEntryDataLength