CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
vcard_data_t Struct Reference

Structured representation of an own vCard for editor/wizard use. More...

#include <vcard_store.h>

Public Attributes

char given_name [48]
char family_name [48]
char formatted_name [96]
char organization [64]
char title [64]
char email [96]
char tel_home [32]
char tel_cell [32]
char tel_work [32]
char url [128]
char impp_telegram [64]
char impp_signal [64]
char impp_matrix [96]
char impp_threema [32]
char social_profile [128]
char note [128]

Detailed Description

Structured representation of an own vCard for editor/wizard use.

Field sizes are bounded so any single field can be edited via T9InputView (which has a 128 character limit).

Definition at line 15 of file vcard_store.h.

Member Data Documentation

◆ email

char vcard_data_t::email[96]

◆ family_name

char vcard_data_t::family_name[48]

◆ formatted_name

char vcard_data_t::formatted_name[96]

◆ given_name

char vcard_data_t::given_name[48]

◆ impp_matrix

char vcard_data_t::impp_matrix[96]

◆ impp_signal

char vcard_data_t::impp_signal[64]

◆ impp_telegram

char vcard_data_t::impp_telegram[64]

◆ impp_threema

char vcard_data_t::impp_threema[32]

◆ note

char vcard_data_t::note[128]

◆ organization

char vcard_data_t::organization[64]

◆ social_profile

char vcard_data_t::social_profile[128]

◆ tel_cell

char vcard_data_t::tel_cell[32]

◆ tel_home

char vcard_data_t::tel_home[32]

◆ tel_work

char vcard_data_t::tel_work[32]

◆ title

char vcard_data_t::title[64]

◆ url

char vcard_data_t::url[128]

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