| uint32_t EC_API_SLV_CoE_setObjectData | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_SCoE_Object_t * | pObject, | ||
| uint8_t | subIndex, | ||
| uint32_t | length, | ||
| uint16_t * | pData | ||
| ) |
This function writes Data to the Object Dictionary.
Writes object data to the Object Dictionary. This function is intented for complete access. The data must include the subIndex 0 value if subIndex 0 is used.
| [in] | pHandle | pointer to the EtherCAT API instance. |
| [in] | pObject | pointer to the object instance |
| [in] | subIndex | valid values are 0 or 1. |
| [in] | length | data length |
| [in] | pData | pointer to the data |