Application Message Service.  
More...
|  | 
| #define | UCS_AMS_NUM_RX_MSGS   20 | 
|  | Defines the number of reserved Rx message objects. Valid values: 5..255. Default value: 20. 
 | 
|  | 
| #define | UCS_AMS_SIZE_RX_MSG   45 | 
|  | Defines the payload size in bytes which is available for every Rx message object. Valid values: 45..65535. Default value: 45. 
 | 
|  | 
| #define | UCS_AMS_NUM_TX_MSGS   20 | 
|  | Defines the number of reserved Tx message objects. Valid values: 5..255. Default value: 20. 
 | 
|  | 
| #define | UCS_AMS_SIZE_TX_MSG   45 | 
|  | Defines the payload size in bytes which is available for every Tx message object. Valid values: 45..65535. Default value: 45. 
 | 
|  | 
|  | 
| typedef void(* | Ucs_AmsTx_MsgFreedCb_t )(void *user_ptr) | 
|  | Type of a callback function that is invoked to notify that a Tx application message object is available again while a previous allocation using Ucs_AmsTx_AllocMsg() has failed. 
 | 
|  | 
| typedef void(* | Ucs_AmsRx_MsgReceivedCb_t )(void *user_ptr) | 
|  | Callback function type that is invoked if UNICENS has received a message completely and appended to the Rx message queue. 
 | 
|  | 
Application Message Service.