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