Function CAN_Write
Source pub unsafe extern "C" fn CAN_Write(
Channel: WORD,
MessageBuffer: *mut CANTPMsg,
) -> DWORD
Expand description
Transmits a CAN message
"The handle of a CAN Channel"
"A CANTPMsg buffer with the message to be sent"
"A CANTPStatus error code"