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 --- .../doc/html/struct_ucs___ams_tx___msg__t.html | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 ucs2-lib/doc/html/struct_ucs___ams_tx___msg__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___ams_tx___msg__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___ams_tx___msg__t.html b/ucs2-lib/doc/html/struct_ucs___ams_tx___msg__t.html new file mode 100644 index 0000000..cb13e35 --- /dev/null +++ b/ucs2-lib/doc/html/struct_ucs___ams_tx___msg__t.html @@ -0,0 +1,143 @@ + + + + + +UNICENS: Ucs_AmsTx_Msg_t Struct Reference + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Ucs_AmsTx_Msg_t Struct Reference
+
+
+ +

Application message Tx type. + More...

+ + + + + + + + + + + + + + + + + + + + +

+Data Fields

uint16_t destination_address
 Destination address. Find some predefined addresses here.
 
uint16_t msg_id
 16bit message descriptor
 
uint8_t llrbc
 Specifies the "Low-Level Retry Block Count" (LLRBC)
 
uint8_t * data_ptr
 Payload data.
 
uint16_t data_size
 The size of payload data in bytes.
 
void * custom_info_ptr
 Customer specific reference.
 
+

Detailed Description

+

Application message Tx type.

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