Kvaser J1939 Library
J1939WriteParams Struct Reference

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.
 

Detailed Description

A struct that holds the parameters for a J1939 write request.

Examples
tp_sender.cpp.

The documentation for this struct was generated from the following file: