4.2 JNMMCANTx
This function transmits a message on the selected CAN port.
Name | Description |
can_fd | can_fd is received from JNMMCANOpen(). |
Pointer to CANMESSAGE structure Can_ch : CAN port numer 0-3 Msg_type : 0 : Standard 1 : Extended Msg_ID : Hexadecimel value Msg_len : length of the frames Rtr : 0 : Disable 1 : Enable Data : Holds the data frame of message length |
Return Value |
Error code or 0. |
Usage Example
For transmitting the message.
Last updated