|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
Request download arguments. More...
#include <iso14229.h>
Public Attributes | |
| const void * | addr |
| const size_t | size |
| const uint8_t | dataFormatIdentifier |
| uint16_t | maxNumberOfBlockLength |
Definition at line 1171 of file iso14229.h.
| const void* UDSRequestDownloadArgs_t::addr |
requested address
Definition at line 1172 of file iso14229.h.
| const uint8_t UDSRequestDownloadArgs_t::dataFormatIdentifier |
optional specifier for format of data
Definition at line 1174 of file iso14229.h.
| uint16_t UDSRequestDownloadArgs_t::maxNumberOfBlockLength |
optional response: inform client how many data bytes to send in each TransferData request
Definition at line 1175 of file iso14229.h.
| const size_t UDSRequestDownloadArgs_t::size |
requested download size
Definition at line 1173 of file iso14229.h.