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

The Tx initialization data of the Application Message Service. + More...

+ + + + + + + + +

+Data Fields

Ucs_AmsTx_MsgFreedCb_t message_freed_fptr
 Callback function which is invoked by the UNICENS library to notify that memory of a Tx message object was freed after a previous allocation using Ucs_AmsTx_AllocMsg() has failed. The application might attempt to call Ucs_AmsTx_AllocMsg() again.
 
uint8_t default_llrbc
 Specifies the low-level retry block count which is pre-selected in an allocated Tx message object. Valid values: 0..100. Default value: 10.
 
+

Detailed Description

+

The Tx initialization data of the Application Message Service.

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