NAME
RtdVCard
DESCRIPTION
Represents a Ndef Record that stores a VCard
SYNOPSIS
RtdVCard vCard = new RtdVCard() RtdVCard vCard = new RtdVCard(byte[] Payload)
DERIVED FROM
RtdMedia
SYNOPSIS
public string Address1
DESCRIPTION
Gets and sets the first part of the adrress
SYNOPSIS
public string Address2
DESCRIPTION
Gets and sets the second part of the address
SYNOPSIS
public string Birthday
DESCRIPTION
Gets and sets the birthday
SYNOPSIS
public string Business_phone
DESCRIPTION
Gets and sets the business phone number
SYNOPSIS
public string Cell_phone
DESCRIPTION
Gets and sets the cell phone number
SYNOPSIS
public string Company
DESCRIPTION
Gets and sets the company
SYNOPSIS
public string Country
DESCRIPTION
Gets and sets the country
SYNOPSIS
public string Email
DESCRIPTION
Gets and sets the e-mail
SYNOPSIS
public string Email_alternative
DESCRIPTION
Gets and sets the alternative e-mail
SYNOPSIS
public string Family_name
DESCRIPTION
Gets and sets the family name
SYNOPSIS
public string Fax
DESCRIPTION
Gets and sets the fax number
SYNOPSIS
public string First_name
DESCRIPTION
Gets and sets the first name
SYNOPSIS
public string get_photo()
DESCRIPTION
Gets the picture (image or photograph information) as a base 64 string
SYNOPSIS
public string Home_phone
DESCRIPTION
Gets and sets the home phone number
SYNOPSIS
public string Middle_name
DESCRIPTION
Gets and sets the middle name
SYNOPSIS
public string Nickname
DESCRIPTION
Gets and sets the nickname
SYNOPSIS
public string Pager
DESCRIPTION
Gets and sets the pager
SYNOPSIS
public string Post_Code
DESCRIPTION
Gets and sets the postal code
SYNOPSIS
public string Prefix_name
DESCRIPTION
Gets and sets the name prefix
SYNOPSIS
public string Pro_Address1
DESCRIPTION
Gets and sets the first part of the professional address
SYNOPSIS
public string Pro_Address2
DESCRIPTION
Gets and sets the second part of the professional address
SYNOPSIS
public string Pro_Country
DESCRIPTION
Gets and sets the professional country
SYNOPSIS
public string Pro_Post_Code
DESCRIPTION
Gets and sets the professional post code
SYNOPSIS
public string Pro_Region_State
DESCRIPTION
Gets and sets the professional region (state or province)
SYNOPSIS
public string Pro_Town
DESCRIPTION
Gets and sets the professional town
SYNOPSIS
public string Region_State
DESCRIPTION
Gets and sets the region (state or province)
SYNOPSIS
public string Role
DESCRIPTION
Gets and sets the role (function)
SYNOPSIS
public void set_input_texts(string name, string value)
DESCRIPTION
Sets the value "value" to the attribute "name" Example : set_input_texts("First_name", "John") sets the First Name of the VCard to John. Possible values for parameter "name" are : Nickname / Email_alternative / Pager / Fax / Home_phone / Cell_phone / First_name Family_name / Business_phone / Email / Birthday / Country / Town / Address2 / Address1 Post_Code / Region_State / Role / Title / Company / Pro_Address1 / Pro_Address2 Pro_Post_Code / Pro_Region_State / Pro_Town / Pro_Country
SYNOPSIS
public void set_photo(string s)
DESCRIPTION
Sets the picture (image or photograph information) in a base 64 string
SYNOPSIS
public string Prefix_name
DESCRIPTION
Gets and sets the name suffix
SYNOPSIS
public string Title
DESCRIPTION
Gets and sets the title
SYNOPSIS
public string Town
DESCRIPTION
Gets and sets the town