|
iso14229 0.10.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) |
Definition at line 1262 of file iso14229.h.
| uint8_t(*) UDSCustomArgs_t::copyResponse(UDSServer_t *srv, const void *src, uint16_t len) |
function for copying response data (optional)
Definition at line 1266 of file iso14229.h.
| const uint16_t UDSCustomArgs_t::len |
length of optional data
Definition at line 1265 of file iso14229.h.
| const uint8_t* UDSCustomArgs_t::optionRecord |
optional data
Definition at line 1264 of file iso14229.h.
| const uint16_t UDSCustomArgs_t::sid |
serviceIdentifier
Definition at line 1263 of file iso14229.h.