EtherCAT Slave  1.06.01

◆ EC_API_SLV_cbRegisterPreSeqInputPDBuffer()

void EC_API_SLV_cbRegisterPreSeqInputPDBuffer ( EC_API_SLV_SHandle_t pEcSlaveApi_p,
void *  pContext_p,
EC_API_SLV_CBPreSeqInputPD_t  cbFunc_p 
)

This is the function to register a function which gets an external Process data buffer.

Parameters
[in]pEcSlaveApi_pThe pointer to the EtherCAT API instance.
[in]pContext_pPreSeqInputPDBuffer callback context
[in]cbFunc_pFunction pointer to the Input Process data Handler
Example
#include <ecSlvApi.h>
// the Call
EC_API_SLV_cbRegisterPreSeqInputPDBuffer(ecSlaveApi, ecSlvApi, cbFunc);
EC_API_SLV_cbRegisterPreSeqInputPDBuffer
void EC_API_SLV_cbRegisterPreSeqInputPDBuffer(EC_API_SLV_SHandle_t *pEcSlaveApi_p, void *pContext_p, EC_API_SLV_CBPreSeqInputPD_t cbFunc_p)
This is the function to register a function which gets an external Process data buffer.
Definition: ecSlvApi_ProcDataStub.c:881