Skip to content

SendMsg : To send a LIN frame

UINT SendMsg ( STLIN_MSG )
```### Description
This function will put the message on the LIN bus. The message structure STLIN_MSG will be filled with ID, length, message type, checksum type and data.### Inputs
STLIN_MSG - LIN Message Structure### Returns
Zero on successful transmisstion. Non-zero value on failure.
---
**Authoritative source**: BUSMASTER DITA help source `SendMsg.dita`, compiled into `BUSMASTER.CHM` with the application.