TABLE OF CONTENTS

 

[Classes] RtdVCard

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

[Variables] RtdVCard.Address1

SYNOPSIS

   public string Address1

DESCRIPTION

   Gets and sets the first part of the adrress

[Variables] RtdVCard.Address2

SYNOPSIS

   public string Address2

DESCRIPTION

   Gets and sets the second part of the address

[Variables] RtdVCard.Birthday

SYNOPSIS

   public string Birthday

DESCRIPTION

   Gets and sets the birthday

[Variables] RtdVCard.Business_phone

SYNOPSIS

   public string Business_phone

DESCRIPTION

   Gets and sets the business phone number

[Variables] RtdVCard.Cell_phone

SYNOPSIS

   public string Cell_phone

DESCRIPTION

   Gets and sets the cell phone number

[Variables] RtdVCard.Company

SYNOPSIS

   public string Company

DESCRIPTION

   Gets and sets the company

[Variables] RtdVCard.Country

SYNOPSIS

   public string Country

DESCRIPTION

   Gets and sets the country

[Variables] RtdVCard.Email

SYNOPSIS

   public string Email

DESCRIPTION

   Gets and sets the e-mail

[Variables] RtdVCard.Email_alternative

SYNOPSIS

   public string Email_alternative

DESCRIPTION

   Gets and sets the alternative e-mail

[Variables] RtdVCard.Family_name

SYNOPSIS

   public string Family_name

DESCRIPTION

   Gets and sets the family name

[Variables] RtdVCard.Fax

SYNOPSIS

   public string Fax

DESCRIPTION

   Gets and sets the fax number

[Variables] RtdVCard.First_name

SYNOPSIS

   public string First_name

DESCRIPTION

   Gets and sets the first name

[Methods] RtdVCard.get_photo

SYNOPSIS

   public string get_photo()

DESCRIPTION

   Gets the picture (image or photograph information) as a base 64 string

[Variables] RtdVCard.Home_phone

SYNOPSIS

   public string Home_phone

DESCRIPTION

   Gets and sets the home phone number

[Variables] RtdVCard.Middle_name

SYNOPSIS

   public string Middle_name

DESCRIPTION

   Gets and sets the middle name

[Variables] RtdVCard.Nickname

SYNOPSIS

   public string Nickname

DESCRIPTION

   Gets and sets the nickname

[Variables] RtdVCard.Pager

SYNOPSIS

   public string Pager

DESCRIPTION

   Gets and sets the pager

[Variables] RtdVCard.Post_Code

SYNOPSIS

   public string Post_Code

DESCRIPTION

   Gets and sets the postal code

[Variables] RtdVCard.Prefix_name

SYNOPSIS

   public string Prefix_name

DESCRIPTION

   Gets and sets the name prefix

[Variables] RtdVCard.Pro_Address1

SYNOPSIS

   public string Pro_Address1

DESCRIPTION

   Gets and sets the first part of the professional address

[Variables] RtdVCard.Pro_Address2

SYNOPSIS

   public string Pro_Address2

DESCRIPTION

   Gets and sets the second part of the professional address

[Variables] RtdVCard.Pro_Country

SYNOPSIS

   public string Pro_Country

DESCRIPTION

   Gets and sets the professional country

[Variables] RtdVCard.Pro_Post_Code

SYNOPSIS

   public string Pro_Post_Code

DESCRIPTION

   Gets and sets the professional post code

[Variables] RtdVCard.Pro_Region_State

SYNOPSIS

   public string Pro_Region_State

DESCRIPTION

   Gets and sets the professional region (state or province)

[Variables] RtdVCard.Pro_Town

SYNOPSIS

   public string Pro_Town

DESCRIPTION

   Gets and sets the professional town

[Variables] RtdVCard.Region_State

SYNOPSIS

   public string Region_State

DESCRIPTION

   Gets and sets the region (state or province)

[Variables] RtdVCard.Role

SYNOPSIS

   public string Role

DESCRIPTION

   Gets and sets the role (function)

[Methods] RtdVCard.set_input_texts

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

[Methods] RtdVCard.set_photo

SYNOPSIS

   public void set_photo(string s)

DESCRIPTION

   Sets the picture (image or photograph information) in a base 64 string

[Variables] RtdVCard.Suffix_name

SYNOPSIS

   public string Prefix_name

DESCRIPTION

   Gets and sets the name suffix

[Variables] RtdVCard.Title

SYNOPSIS

   public string Title

DESCRIPTION

   Gets and sets the title

[Variables] RtdVCard.Town

SYNOPSIS

   public string Town

DESCRIPTION

   Gets and sets the town

Generated from RtdVCard.cs on Tue Oct 15 17:35:16 2013