SendMsg : 发送 J1939 消息
UINT SendMsg ( STJ1939_MSG* )```### 描述
此函数将把消息发送到 J1939 网络上。消息结构 STJ1939_MSG 将被填入 ID、长度、数据和通道。### 输入
STJ1939_MSG* - 指向 J1939 消息结构的指针### 返回值
成功传输时返回 1。失败时返回 0。
---
**权威来源**: BUSMASTER DITA help source `SendMsg.dita`, compiled into `BUSMASTER.CHM` with the application.