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.