SendMsg : To send a J1939 message
Synopsis
Section titled “Synopsis”UINT SendMsg ( STJ1939_MSG* )```### Description
This function will put the message on the J1939 network. The message structure STJ1939_MSG will be filled with ID, length, data, channel.### Inputs
STJ1939_MSG* - Pointer to J1939 Message Structure### Returns
1 on successful transmisstion. 0 value on failure.
---
**Authoritative source**: BUSMASTER DITA help source `SendMsg.dita`, compiled into `BUSMASTER.CHM` with the application.