Structure of a single element of the MessageId Table. More...
Data Fields | |
uint16_t | msg_id |
MessageId. | |
Ucs_Cmd_Handler_Function_t | handler_function_ptr |
Pointer to the belonging handler function. | |
Structure of a single element of the MessageId Table.
The application provides a MessageId Table which contains all supported MessageIds with their belonging handler functions. The MessageId Table is an array of several Ucs_Cmd_MsgId_t elements. It has to end with a termination entry with the value {UCS_CMD_MSGID_TERMINATION, NULL}.