TABLE OF CONTENTS

 

[Classes] RtdText

NAME

   RtdText

DESCRIPTION

   Represents a Ndef Record that stores a Text
   (according to NFC Forum RTD Text specification)

DERIVED FROM

   Rtd

SYNOPSIS

   RtdText text = new RtdText(string Text)
   RtdText text = new RtdText(string Text, string Lang)
   RtdText text = new RtdText(byte[] Payload)

USED BY

   RtdSmartPoster

[Variables] RtdText.Lang

SYNOPSIS

   public string TextContent

DESCRIPTION

  Gets and sets the lang of the object

[Variables] RtdText.Value

SYNOPSIS

   public string Value

DESCRIPTION

  Gets and sets the text of the object

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