Logo
UNICENS V2.3.0-4567
User Manual and API Reference
void Ucs_AmsTx_FreeUnusedMsg ( Ucs_Inst_t self,
Ucs_AmsTx_Msg_t msg_ptr 
)

Frees an unused Tx message object.

Parameters
selfThe instance
msg_ptrReference to the Tx message object

It is important that the application is responsible to free external payload, which is associated with the message object.

Note
The function is not effectively executed if the AMS feature is disabled either by defining UCS_FOOTPRINT_DISABLE_AMS or by setting the initialization attribute ams.enabled to false.