iso14229 0.9.0
ISO14229-1 (UDS) C Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
UDSReq_t Struct Reference

Server request context. More...

#include <iso14229.h>

Collaboration diagram for UDSReq_t:
Collaboration graph
[legend]

Public Attributes

uint8_t recv_buf [UDS_SERVER_RECV_BUF_SIZE]
 
uint8_t send_buf [UDS_SERVER_SEND_BUF_SIZE]
 
size_t recv_len
 
size_t send_len
 
size_t send_buf_size
 
UDSSDU_t info
 

Detailed Description

Server request context.

Definition at line 838 of file iso14229.h.

Member Data Documentation

◆ info

UDSSDU_t UDSReq_t::info

service data unit information

Definition at line 844 of file iso14229.h.

◆ recv_buf

uint8_t UDSReq_t::recv_buf[UDS_SERVER_RECV_BUF_SIZE]

receive buffer

Definition at line 839 of file iso14229.h.

◆ recv_len

size_t UDSReq_t::recv_len

received data length

Definition at line 841 of file iso14229.h.

◆ send_buf

uint8_t UDSReq_t::send_buf[UDS_SERVER_SEND_BUF_SIZE]

send buffer

Definition at line 840 of file iso14229.h.

◆ send_buf_size

size_t UDSReq_t::send_buf_size

send buffer size

Definition at line 843 of file iso14229.h.

◆ send_len

size_t UDSReq_t::send_len

send data length

Definition at line 842 of file iso14229.h.


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