uds_chars_flag_t Struct Reference

UDS Characteristics Flags structure. More...

#include <uds.h>

Public Attributes

uint8_t weight_present:1
 
uint8_t age_present:1
 
uint8_t birth_date_present:1
 
uint8_t first_name_present:1
 
uint8_t height_present:1
 
uint8_t gender_present:1
 

Detailed Description

UDS Characteristics Flags structure.

Definition at line 203 of file uds.h.

Member Data Documentation

◆ age_present

uint8_t uds_chars_flag_t::age_present

Age Present.

Definition at line 206 of file uds.h.

◆ birth_date_present

uint8_t uds_chars_flag_t::birth_date_present

Date of Birth Present.

Definition at line 207 of file uds.h.

◆ first_name_present

uint8_t uds_chars_flag_t::first_name_present

First Name Present.

Definition at line 208 of file uds.h.

◆ gender_present

uint8_t uds_chars_flag_t::gender_present

Gender Present.

Definition at line 210 of file uds.h.

◆ height_present

uint8_t uds_chars_flag_t::height_present

Height Present.

Definition at line 209 of file uds.h.

◆ weight_present

uint8_t uds_chars_flag_t::weight_present

Weight Present.

Definition at line 205 of file uds.h.


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