EtherCAT Slave1.11.00

◆ EC_API_SLV_AoE_CBReadRequestHandler_t

typedef uint16_t(* EC_API_SLV_AoE_CBReadRequestHandler_t) (void *pContext_p, uint16_t port_p, uint16_t index_p, uint8_t subIndex_p, bool completeAccess_p, uint32_t *pLength_p, uint16_t *pData_p)

AoE Communication Read Request Handler.

Parameters
[in]pContext_pThe pointer to the EtherCAT API instance.
[in]port_pAMS port.
[in]index_p16 bit index value from IndexOffset.
[in]subIndex_p8 bit subIndex value from IndexOffset.
[in]completeAccess_pCoE Complete Access flag.
[in,out]pLength_pRequest data length.
[in]pData_pPointer to data.
Returns
ADS error code.