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