EtherCAT SubDevice
Loading...
Searching...
No Matches
◆
EC_API_SLV_getOutputProcDataLength()
uint32_t EC_API_SLV_getOutputProcDataLength
(
EC_API_SLV_SHandle_t
*
pHandle
,
uint32_t *
pLength
)
Read the output process data length.
Parameters
[in]
pHandle
The pointer to the EtherCAT API instance.
[out]
pLength
output process data length in bits.
Returns
uint32_t Returns the API error code.
Example
#include <ecSlvApi.h>
uint32_t length =
EC_API_SLV_getOutputProcDataLength
(ptEcSlvApi);
EC_API_SLV_getOutputProcDataLength
uint32_t EC_API_SLV_getOutputProcDataLength(EC_API_SLV_SHandle_t *pHandle, uint32_t *pLength)
Read the output process data length.
Definition
ecSlvApi_pdo.c:1964
Examples
ESL_cia402Demo.c
.
PDO Configuration
generated by
1.9.8