Loading...
Searching...
No Matches

The isotp_options struct. More...

Detailed Description

The isotp_options struct.

It describes the ISO-TP options

Definition at line 78 of file isotp.h.

#include <isotp.h>

Data Fields

canid_t tx_id
 transmit CAN ID
 
canid_t rx_id
 Receive CAN ID.
 
uint16_t flags
 set flags for isotp behaviour.
 
uint8_t ext_address
 set address for extended addressing
 
uint8_t txpad_content
 set content of padding byte (tx)
 
uint8_t rx_ext_address
 set address for extended addressing
 

Field Documentation

◆ ext_address

uint8_t isotp_options::ext_address

set address for extended addressing

Definition at line 82 of file isotp.h.

◆ flags

uint16_t isotp_options::flags

set flags for isotp behaviour.

Definition at line 81 of file isotp.h.

◆ rx_ext_address

uint8_t isotp_options::rx_ext_address

set address for extended addressing

Definition at line 84 of file isotp.h.

◆ rx_id

canid_t isotp_options::rx_id

Receive CAN ID.

Definition at line 80 of file isotp.h.

◆ tx_id

canid_t isotp_options::tx_id

transmit CAN ID

Definition at line 79 of file isotp.h.

◆ txpad_content

uint8_t isotp_options::txpad_content

set content of padding byte (tx)

Definition at line 83 of file isotp.h.


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