| uint32_t EC_API_SLV_cbRegisterPostSeqOutputPDBuffer | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_CBPostSeqOutputPD_t | cbFunc, | ||
| void * | pContext | ||
| ) |
This is the function to register a function which releases an external Process data buffer.
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | cbFunc | Function pointer to the release Output Process data Handler |
| [in] | pContext | postSeqOutputPDBuffer call context |