kdriveExpress SDK 22.1.1
|
kdriveExpress Utils API More...
Go to the source code of this file.
Functions | |
kdriveExpress_API error_t | kdrive_utils_emi1_to_cemi (const uint8_t emi1[], uint32_t emi1_len, uint8_t cemi[], uint32_t *cemi_len) |
Converts telegram emi1 (in EMI1 format) into teletgram cemi (in Common EMI format) More... | |
kdriveExpress Utils API
kdriveExpress_API error_t kdrive_utils_emi1_to_cemi | ( | const uint8_t | emi1[], |
uint32_t | emi1_len, | ||
uint8_t | cemi[], | ||
uint32_t * | cemi_len | ||
) |
Converts telegram emi1 (in EMI1 format) into teletgram cemi (in Common EMI format)
emi1 | the emi1 telegram |
emi1_len | the length of the emi1 telegram |
cemi | a buffer to hold the converted CEMI telegram |
cemi_len | holds the max size of cemi [in] and returns the acutal length of cemi [out] |