birth_date_t Struct Reference

UDS Characteristic - birthdate's structure. More...

#include <uds.h>

Public Attributes

uint16_t year
 year time element of birth date. More...
 
uint8_t month
 month time element of birth date. More...
 
uint8_t day
 day time element of birth date. More...
 

Detailed Description

UDS Characteristic - birthdate's structure.

Definition at line 195 of file uds.h.

Member Data Documentation

◆ day

uint8_t birth_date_t::day

day time element of birth date.

Definition at line 199 of file uds.h.

◆ month

uint8_t birth_date_t::month

month time element of birth date.

Definition at line 198 of file uds.h.

◆ year

uint16_t birth_date_t::year

year time element of birth date.

Definition at line 197 of file uds.h.


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