![]() |
Kvaser J1939 Library
|
A struct that holds the parameters for a J1939 write request. More...
#include <kvj1939lib_types.h>
Data Fields | |
| struct J1939Identifier | id |
| The J1939 identifier of the message to be sent. | |
| const uint8_t * | payload |
| Pointer to the message data to be sent. | |
| uint32_t | payload_length |
| The length of the message data to be sent. | |
| uint32_t | request_handle |
| A unique handle to the write request. Tx confirmation callback will be called with this handle if it is non-zero. | |
A struct that holds the parameters for a J1939 write request.