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

◆ EC_API_SLV_preSeqOutputPDBuffer()

uint32_t EC_API_SLV_preSeqOutputPDBuffer ( EC_API_SLV_SHandle_t pHandle,
uint32_t  length,
void **  ppOutProcData 
)

Get RX PDO Buffers.

Parameters
[in]pHandlepointer to API instance.
[in]lengthlength of process data
[out]ppOutProcDatapointer to RX PDO buffer
Returns
uint32_t error code
Example
#include <ecSlvApi.h>
// required variables
void* pvVariable = NULL;
// the Call
uint32_t EC_API_SLV_preSeqOutputPDBuffer(EC_API_SLV_SHandle_t *pHandle, uint32_t length, void **ppOutProcData)
Get RX PDO Buffers.
Definition ecSlvApi_pdo.c:2501
Definition ecSlvApiInternal.h:331
See also
EC_API_SLV_preSeqInputPDBuffer
Examples
ESL_cia402Demo.c.