From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ucs2-lib/doc/html/struct_msg___tel_data__t.html | 137 ++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 ucs2-lib/doc/html/struct_msg___tel_data__t.html (limited to 'ucs2-lib/doc/html/struct_msg___tel_data__t.html') diff --git a/ucs2-lib/doc/html/struct_msg___tel_data__t.html b/ucs2-lib/doc/html/struct_msg___tel_data__t.html new file mode 100644 index 0000000..eee5cc3 --- /dev/null +++ b/ucs2-lib/doc/html/struct_msg___tel_data__t.html @@ -0,0 +1,137 @@ + + + + + +UNICENS: Msg_TelData_t Struct Reference + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Msg_TelData_t Struct Reference
+
+
+ +

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.
 
+

Detailed Description

+

Most telegram data.

+
+
+ + + + + + -- cgit 1.2.3-korg