TABLE OF CONTENTS

 

[Classes] RtdUri

NAME

   RtdUri

DESCRIPTION

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

DERIVED FROM

   Rtd

SYNOPSIS

   RtdUri uri = new RtdUri()
       RtdUri uri = new RtdUri(string Uri)
   RtdUri uri = new RtdUri(byte[] Payload)
   RtdUri uri = new RtdUri(Ndef record)

USED BY

   RtdSmartPoster

[Variables] RtdUri.Value

SYNOPSIS

   public string Value

DESCRIPTION

  Gets and sets the value of the RtdUri object

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