|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
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] |
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.
| char vcard_data_t::email[96] |
Definition at line 21 of file vcard_store.h.
Referenced by cdc::mod_vcard::fEmail(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::family_name[48] |
Definition at line 17 of file vcard_store.h.
Referenced by cdc::mod_vcard::fFamily(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::formatted_name[96] |
Definition at line 18 of file vcard_store.h.
Referenced by cdc::mod_vcard::fFn(), parse_line_into_struct(), cdc::mod_vcard::pushCurrentStep(), and vcard_generate_from_struct().
| char vcard_data_t::given_name[48] |
Definition at line 16 of file vcard_store.h.
Referenced by cdc::mod_vcard::fGiven(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::impp_matrix[96] |
Definition at line 28 of file vcard_store.h.
Referenced by cdc::mod_vcard::fMatrix(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::impp_signal[64] |
Definition at line 27 of file vcard_store.h.
Referenced by cdc::mod_vcard::fSig(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::impp_telegram[64] |
Definition at line 26 of file vcard_store.h.
Referenced by cdc::mod_vcard::fTele(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::impp_threema[32] |
Definition at line 29 of file vcard_store.h.
Referenced by cdc::mod_vcard::fThreema(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::note[128] |
Definition at line 31 of file vcard_store.h.
Referenced by cdc::mod_vcard::fNote(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::organization[64] |
Definition at line 19 of file vcard_store.h.
Referenced by cdc::mod_vcard::fOrg(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::social_profile[128] |
Definition at line 30 of file vcard_store.h.
Referenced by cdc::mod_vcard::fSocial(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::tel_cell[32] |
Definition at line 23 of file vcard_store.h.
Referenced by cdc::mod_vcard::fCell(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::tel_home[32] |
Definition at line 22 of file vcard_store.h.
Referenced by cdc::mod_vcard::fHome(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::tel_work[32] |
Definition at line 24 of file vcard_store.h.
Referenced by cdc::mod_vcard::fWork(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::title[64] |
Definition at line 20 of file vcard_store.h.
Referenced by cdc::mod_vcard::fTitle(), parse_line_into_struct(), and vcard_generate_from_struct().
| char vcard_data_t::url[128] |
Definition at line 25 of file vcard_store.h.
Referenced by cdc::mod_vcard::fUrl(), parse_line_into_struct(), and vcard_generate_from_struct().