EtherCAT SubDevice
 
Loading...
Searching...
No Matches

◆ EC_API_SLV_cbRegisterPostSeqOutputPDBuffer()

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.

Parameters
[in]pHandleThe pointer to the EtherCAT API instance.
[in]cbFuncFunction pointer to the release Output Process data Handler
[in]pContextpostSeqOutputPDBuffer call context
Returns
uint32_t Returns the API error code.
Example
#include <ecSlvApi.h>
// the Call
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.
Definition ecSlvApi_pdo.c:2366