iso14229 0.9.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) |
Routine control arguments.
Definition at line 1078 of file iso14229.h.
uint8_t(* UDSRoutineCtrlArgs_t::copyStatusRecord) (UDSServer_t *srv, const void *src, uint16_t len) |
length of optional data
Definition at line 1083 of file iso14229.h.
const uint8_t UDSRoutineCtrlArgs_t::ctrlType |
Definition at line 1079 of file iso14229.h.
const uint16_t UDSRoutineCtrlArgs_t::id |
routineControlType
Definition at line 1080 of file iso14229.h.
const uint16_t UDSRoutineCtrlArgs_t::len |
optional data
Definition at line 1082 of file iso14229.h.
const uint8_t* UDSRoutineCtrlArgs_t::optionRecord |
routineIdentifier
Definition at line 1081 of file iso14229.h.