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

Transfer data arguments. More...

#include <iso14229.h>

Public Attributes

const uint8_t *const data
 
const uint16_t len
 
const uint16_t maxRespLen
 
uint8_t(* copyResponse )(UDSServer_t *srv, const void *src, uint16_t len)
 

Detailed Description

Transfer data arguments.

Definition at line 1112 of file iso14229.h.

Member Data Documentation

◆ copyResponse

uint8_t(* UDSTransferDataArgs_t::copyResponse) (UDSServer_t *srv, const void *src, uint16_t len)

don't send more than this many bytes with copyResponse

Definition at line 1116 of file iso14229.h.

◆ data

const uint8_t* const UDSTransferDataArgs_t::data

Definition at line 1113 of file iso14229.h.

◆ len

const uint16_t UDSTransferDataArgs_t::len

transfer data

Definition at line 1114 of file iso14229.h.

◆ maxRespLen

const uint16_t UDSTransferDataArgs_t::maxRespLen

transfer data length

Definition at line 1115 of file iso14229.h.


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