|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
Routine control arguments. More...
#include <iso14229.h>
Public Attributes | |
| const uint8_t | ctrlType |
| const uint16_t | id |
| const uint8_t * | optionRecord |
| const uint16_t | len |
| uint8_t(*) | copyStatusRecord (UDSServer_t *srv, const void *src, uint16_t len) |
Definition at line 1159 of file iso14229.h.
| uint8_t(*) UDSRoutineCtrlArgs_t::copyStatusRecord(UDSServer_t *srv, const void *src, uint16_t len) |
function for copying response data
Definition at line 1164 of file iso14229.h.
| const uint8_t UDSRoutineCtrlArgs_t::ctrlType |
routineControlType
Definition at line 1160 of file iso14229.h.
| const uint16_t UDSRoutineCtrlArgs_t::id |
routineIdentifier
Definition at line 1161 of file iso14229.h.
| const uint16_t UDSRoutineCtrlArgs_t::len |
length of optional data
Definition at line 1163 of file iso14229.h.
| const uint8_t* UDSRoutineCtrlArgs_t::optionRecord |
optional data
Definition at line 1162 of file iso14229.h.