Most telegram data. More...
| Data Fields | |
| uint8_t | tel_id | 
| Telegram id which indicates the telegram as part of segmented message or as single transfer. | |
| uint8_t | tel_len | 
| The telegram length. I.e. the number of telegram bytes starting at address which is referred in tel_data_ptr. The INIC will add one in case of "tel_id = 1..3". | |
| uint8_t | tel_cnt | 
| The message count indexing the telegram within a segmented message. The respective tel_cnt is moved by the INIC to "DATA[0]" in case of "tel_id = 1..3". Otherwise it is ignored. | |
| uint8_t * | tel_data_ptr | 
| Points to telegram data. | |
Most telegram data.