iso14229 0.9.0
ISO14229-1 (UDS) C Library
|
Custom service arguments. More...
#include <iso14229.h>
Public Attributes | |
const uint16_t | sid |
const uint8_t * | optionRecord |
const uint16_t | len |
uint8_t(* | copyResponse )(UDSServer_t *srv, const void *src, uint16_t len) |
Custom service arguments.
Definition at line 1168 of file iso14229.h.
uint8_t(* UDSCustomArgs_t::copyResponse) (UDSServer_t *srv, const void *src, uint16_t len) |
length of optional data
Definition at line 1172 of file iso14229.h.
const uint16_t UDSCustomArgs_t::len |
optional data
Definition at line 1171 of file iso14229.h.
const uint8_t* UDSCustomArgs_t::optionRecord |
serviceIdentifier
Definition at line 1170 of file iso14229.h.
const uint16_t UDSCustomArgs_t::sid |
Definition at line 1169 of file iso14229.h.