| uint32_t EC_API_SLV_CoE_getObjectData | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_SCoE_Object_t * | pObject, | ||
| uint32_t | length, | ||
| uint16_t * | pData | ||
| ) |
This function read the object Data from the Object Dictionary.
Read object Data from Object Dictionary. Data starts from subIndex 0.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | pObject | pointer to the object instance |
| [in] | length | data length |
| [in] | pData | pointer to the data |