| uint32_t EC_API_SLV_setPDOSize | ( | EC_API_SLV_SHandle_t * | pHandle, |
| uint32_t | maxPdOutSize, | ||
| uint32_t | maxPdInSize | ||
| ) |
Set ProcessData Size Limits.
Set ProcessData Size Limit. Compulsory to use it, required by the Stack
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | maxPdOutSize | Size of maximum Output Process data memory allocated in Bytes. |
| [in] | maxPdInSize | Size of maximum Input Process data memory allocated in Bytes. |