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

◆ EC_API_SLV_postSeqOutputPDBuffer()

uint32_t EC_API_SLV_postSeqOutputPDBuffer ( EC_API_SLV_SHandle_t pHandle,
uint32_t  length,
void *  pData 
)

Release Rx Buffer.

Parameters
[in]pHandlepointer to API instance.
[in]pDataSend allocated buffer.
[in]lengthlength of buffer
Returns
error code
Example
#include <ecSlvApi.h>
// required variables
// the Call
uint32_t EC_API_SLV_postSeqOutputPDBuffer(EC_API_SLV_SHandle_t *pHandle, uint32_t length, void *pData)
Release Rx Buffer.
Definition ecSlvApi_pdo.c:2627
Definition ecSlvApiInternal.h:331
See also
EC_API_SLV_postSeqInputPDBuffer
Examples
ESL_cia402Demo.c.