|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
Input/output control by identifier arguments. More...
#include <iso14229.h>
Public Attributes | |
| const uint16_t | dataId |
| const uint8_t | ioCtrlParam |
| const void *const | ctrlStateAndMask |
| const size_t | ctrlStateAndMaskLen |
| uint8_t(*) | copy (UDSServer_t *srv, const void *src, uint16_t count) |
Definition at line 1147 of file iso14229.h.
| uint8_t(*) UDSIOCtrlArgs_t::copy(UDSServer_t *srv, const void *src, uint16_t count) |
function for copying data
Definition at line 1152 of file iso14229.h.
| const void* const UDSIOCtrlArgs_t::ctrlStateAndMask |
controlState bytes and controlMask (optional)
Definition at line 1150 of file iso14229.h.
| const size_t UDSIOCtrlArgs_t::ctrlStateAndMaskLen |
number of bytes in ctrlStateAndMask
Definition at line 1151 of file iso14229.h.
| const uint16_t UDSIOCtrlArgs_t::dataId |
Data Identifier
Definition at line 1148 of file iso14229.h.
| const uint8_t UDSIOCtrlArgs_t::ioCtrlParam |
inputOutputControlParameter
Definition at line 1149 of file iso14229.h.