iso14229 0.9.0
ISO14229-1 (UDS) C Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
UDSRDBIVar_t Struct Reference

Read data by identifier variable structure. More...

#include <iso14229.h>

Public Attributes

uint16_t did
 
uint16_t len
 
void * data
 
void *(* UnpackFn )(void *dst, const void *src, size_t n)
 

Detailed Description

Read data by identifier variable structure.

Definition at line 779 of file iso14229.h.

Member Data Documentation

◆ data

void* UDSRDBIVar_t::data

pointer to data buffer

Definition at line 782 of file iso14229.h.

◆ did

uint16_t UDSRDBIVar_t::did

data identifier

Definition at line 780 of file iso14229.h.

◆ len

uint16_t UDSRDBIVar_t::len

data length

Definition at line 781 of file iso14229.h.

◆ UnpackFn

void *(* UDSRDBIVar_t::UnpackFn) (void *dst, const void *src, size_t n)

optional unpack function

Definition at line 783 of file iso14229.h.


The documentation for this struct was generated from the following file: