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 --- ...__c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html | 161 +++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html b/ucs2-lib/doc/html/group___g___u_c_s___c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html new file mode 100644 index 0000000..ab8535d --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___c_m_d_gaaad9e557acfca6cc8c125c7b191515f1.html @@ -0,0 +1,161 @@ + + + + + +UNICENS: Ucs_Cmd_DecodeMsg + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + +
Ucs_Cmd_Return_t Ucs_Cmd_DecodeMsg (Ucs_Inst_tself,
Ucs_AmsRx_Msg_tmsg_rx_ptr 
)
+
+ +

Decode an MCM message.

+

Function expects that the MessageId Table ends with a termination entry (handler_function_ptr == NULL). If this entry is not present, the search may end in an endless loop.

+
Parameters
+ + + +
selfPointer to the Ucs instance
msg_rx_ptrReference to the message to decode
+
+
+
Returns
Possible return values are shown in the table below. + + + + + + + + + + + + +
Value Description
UCS_CMD_RET_SUCCESS Decoding was successful
UCS_CMD_RET_ERR_MSGID_NOTAVAIL MessageId not found
UCS_CMD_RET_ERR_TX_BUSY No Tx Buffer available
UCS_CMD_RET_ERR_APPL Error happened in handler function
UCS_CMD_RET_ERR_NULL_PTR NULL pointer used as argument for message reference or MessageId Table not available.
+
+ +
+
+
+
+ + + + + + -- cgit 1.2.3-korg