CANMSG_DATA
Description
This structure contains the dynamic information for a CAN message.
Members
typedef struct { CPU_INT16U Id; CANMSG_PARA *Cfg; void *Next; } CANMSG_DATA;
Member | Meaning |
---|---|
| The unique message identifier |
| The pointer to the corresponding CAN message parameters |
| The pointer to the next message in the message list |