iso14229 0.9.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 |
Request download arguments.
Definition at line 1090 of file iso14229.h.
const void* UDSRequestDownloadArgs_t::addr |
Definition at line 1091 of file iso14229.h.
const uint8_t UDSRequestDownloadArgs_t::dataFormatIdentifier |
requested download size
Definition at line 1093 of file iso14229.h.
uint16_t UDSRequestDownloadArgs_t::maxNumberOfBlockLength |
optional specifier for format of data
Definition at line 1094 of file iso14229.h.
const size_t UDSRequestDownloadArgs_t::size |
requested address
Definition at line 1092 of file iso14229.h.