| uint32_t EC_API_SLV_EoE_sendFrame | ( | EC_API_SLV_SHandle_t * | pHandle, |
| uint16_t | length, | ||
| uint8_t * | pData | ||
| ) |
This is the function to send EoE frames.
Use this function to send Ethernet frames over the EtherCAT network
| [in] | pHandle | The pointer to the EtherCAT API instance. |
| [in] | length | The data length |
| [in] | pData | The pointer to the data |