|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
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) |
Definition at line 1193 of file iso14229.h.
| uint8_t(*) UDSTransferDataArgs_t::copyResponse(UDSServer_t *srv, const void *src, uint16_t len) |
function for copying transfer data response data (optional)
Definition at line 1197 of file iso14229.h.
| const uint8_t* const UDSTransferDataArgs_t::data |
transfer data
Definition at line 1194 of file iso14229.h.
| const uint16_t UDSTransferDataArgs_t::len |
transfer data length
Definition at line 1195 of file iso14229.h.
| const uint16_t UDSTransferDataArgs_t::maxRespLen |
don't send more than this many bytes with copyResponse
Definition at line 1196 of file iso14229.h.