Closed keelung-yang closed 4 years ago
iso15765_transmit_message() is used to transmit msg. iso15765_receive_message(), receive none of msg, but used to setup receiving msg.
So why not just _iso15765_setup_rxmsg() or more generic _setup_rxmsg(msg_type : iso15765/raw...) ?
I agree the name is confusing but its how the C API was written so its outside of the scope here.
iso15765_transmit_message() is used to transmit msg. iso15765_receive_message(), receive none of msg, but used to setup receiving msg.
So why not just _iso15765_setup_rxmsg() or more generic _setup_rxmsg(msg_type : iso15765/raw...) ?