Loading...
Searching...
No Matches
conn_can_isotp_slave Struct Reference

ISO-TP salve connection. More...

Detailed Description

ISO-TP salve connection.

This is a slave connection which exists only when conn_can_isotp_multi module is used.

Definition at line 58 of file isotp.h.

#include <isotp.h>

Data Fields

struct conn_can_isotp_slavenext
 Next slave in the list.
 
struct conn_can_isotp_mastermaster
 Master connection holding the mailbox.
 
struct isotp isotp
 ISO-TP parameters and status.
 
int ifnum
 interface number
 
int bound
 1 if connection is bound
 
can_rx_data_trx
 Buffered rx data.
 

Field Documentation

◆ bound

int conn_can_isotp_slave::bound

1 if connection is bound

Definition at line 63 of file isotp.h.

◆ ifnum

int conn_can_isotp_slave::ifnum

interface number

Definition at line 62 of file isotp.h.

◆ isotp

struct isotp conn_can_isotp_slave::isotp

ISO-TP parameters and status.

Definition at line 61 of file isotp.h.

◆ master

struct conn_can_isotp_master* conn_can_isotp_slave::master

Master connection holding the mailbox.

Definition at line 60 of file isotp.h.

◆ next

struct conn_can_isotp_slave* conn_can_isotp_slave::next

Next slave in the list.

Definition at line 59 of file isotp.h.

◆ rx

can_rx_data_t* conn_can_isotp_slave::rx

Buffered rx data.

Definition at line 64 of file isotp.h.


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