![]() |
Kvaser J1939 Library
|
A struct that holds the result and header information for a J1939 read operation. More...
#include <kvj1939lib_types.h>
Data Fields | |
| J1939Result | result |
| The result of the operation. | |
| J1939Identifier | id |
| The J1939 identifier of the message, if successful. | |
| uint64_t | timestamp |
| The timestamp (in microseconds) of the last frame of the message, if successful. | |
| uint32_t | payload_length |
| The length of the message data, if successful. | |
A struct that holds the result and header information for a J1939 read operation.
If the result is not J1939_STATUS_OK, then the other fields will be invalid.