| uint32_t EC_API_SLV_CoE_getObjectEntry | ( | EC_API_SLV_SHandle_t * | pHandle, |
| uint16_t | index, | ||
| uint8_t | subIndex, | ||
| EC_API_SLV_SCoE_ObjEntry_t ** | ppObjectEntry | ||
| ) |
This function returns object entries from the Object Dictionary.
Get Object Entry from Object Dictionary. It is useful to map it aftewards as a PDO
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | index | The index number of the Object. |
| [in] | subIndex | The subIndex number of the entry. |
| [out] | ppObjEntry | The pointer to object entry instance. |