Kvaser J1939 Library
J1939ChannelResult Struct Reference

A struct that holds the result and handle for creating a j1939 channel. More...

#include <kvj1939lib_types.h>

Data Fields

J1939Result result
 The result of the operation.
 
J1939ChannelHandle hnd
 The handle to the created channel, if successful.
 

Detailed Description

A struct that holds the result and handle for creating a j1939 channel.

If the result is not J1939_STATUS_OK, then the handle will be invalid.

Examples
j1939_logger.c, and tp_sender.cpp.

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