| uint32_t EC_API_SLV_CoE_writeEmergency | ( | EC_API_SLV_SHandle_t * | pHandle, |
| uint16_t | code, | ||
| uint32_t | length, | ||
| uint8_t * | pData | ||
| ) |
This function sends an (CoE) emergency message.
| [in] | pHandle | DTK instance |
| [in] | code | The emergency error code. |
| [in] | length | data length in bytes. Max 6 bytes. |
| [in] | pData | The pointer to data. |