Vcard Format - Ericsson T39 At Command Reference

Hide thumbs Also See for T39:
Table of Contents

Advertisement

6.3 vCard Format

The vCard object in the T39 uses a subset of the properties defined in the vCard specification from the Internet
Mail Consortium. The vCard standard is available from the Infrared Data Association at http://www.irmc.org.
vCard Object
.
Description:
Syntax:
File extension:
Example filename:
Parameters:
<version>:
<encoding>:
<character_set>:
<name>:
<formatted_name>:
<telephone_string>:
<x_irmc_local_unique_
identifier>:
Example:
This is a definition of the vCard object. This object is used when a user-defined contact
card is exchanged
<vcard-object>
"BEGIN:VCARD<CR><LF>
"VERSION:"<version><CR><LF>
"N:"<encoding>";<character_set>":"<name><CR><LF>
["FN:"<encoding>";"<character_set>":"<formatted_name><CR><LF>]
["TEL:"<telephone_number><CR><LF>]
["X-IRMC-LUID:"<x_irmc_local_unique_identifier><CR><LF>]
"END:VCARD"
vcf
person.vcf
"2.1"
("QUOTED-PRINTABLE"|"BASE-64"|"8BIT")
("ISO-8859-1"|"UTF-8")
String; maximum length 18 bytes. Encapsulates the individual components of an
object's name. The property value is a concatenation of the Family Name (first field),
Given Name (second field), Additional Names (third field), Name Prefix (fourth field)
and Name Suffix (fifth field) strings.
String; maximum length 20 bytes. Specifies the formatted name string associated with
the vCard object. This is the way that the name is to be displayed.
String; maximum length 20 bytes. Specifies the canonical number string for telephony
communication with the vCard object. The value of this property is specified in a
canonical form in order to specify an unambiguous representation of the globally
unique telephony endpoint. This property is based on the X.520 Telephony Number
attribute.
String; maximum length 12 bytes. IrMC Local Unique Identifier field label. Local
Unique identifier 48 bits coded in its hexadecimal representation as 12 ASCII
characters.
BEGIN:VCARD
VERSION:2.1
N:QUOTED-PRINTABLE;CHARSET=ISO-8859-1:Book;Sven;Ola;Mr.
FN:QUOTED-PRINTABLE;CHARSET=ISO-8859-1:Mr. Sven O. Book
TEL:+4646123123
END:VCARD
OBEX Formats
207

Advertisement

Table of Contents
loading

Table of Contents