32can总线中Extid DLC是什意思

2019-03-23 17:48发布

typedef struct
{
    uint32_t ExtId;  /*!< Specifies the extended identifier. This parameter can be a value between 0 to 0x1FFFFFFF. */

        uint8_t DLC;
        uint8_t Data[8]; /*!< Contains the data to be received. It ranges from 0 t  0xFF. */

} CanRxMessage;


请问Extid  DLC分别是什么意思?

此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。