TABLE OF CONTENTS

 

[Classes] RtdSmartPoster

NAME

   RtdSmartPoster

DESCRIPTION

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

SYNOPSIS

   RtdSmartPoster smartPoster = new RtdSmartPoster()
       RtdSmartPoster smartPoster = new RtdSmartPoster(byte[] payload)

DERIVED FROM

   Rtd

USES

   RtdUri
   RtdText
       RtdSmartPosterAction
       RtdSmartPosterTargetIcon
       RtdSmartPosterTargetType
       RtdSmartPosterTargetSize

[Classes] RtdSmartPosterAction

NAME

   RtdSmartPosterAction

DESCRIPTION

   Represents a Ndef Record that stores a SmartPoster Action
   (according to NFC Forum SmartPoster specification)

SYNOPSIS

   RtdSmartPosterAction smartPosterAction = new RtdSmartPosterAction(int Action)
       RtdSmartPosterAction smartPosterAction = new RtdSmartPosterAction(byte[] Payload)

DERIVED FROM

   Rtd

USED BY

   RtdSmartPoster

[Variables] RtdSmartPosterAction.Value

SYNOPSIS

      public int Value

DESCRIPTION

   Gets and sets the payload of the object

[Classes] RtdSmartPosterTargetIcon

NAME

   RtdSmartPosterTargetIcon

DESCRIPTION

   Represents a Ndef Record that stores a SmartPoster Icon
   (according to NFC Forum SmartPoster specification)

SYNOPSIS

   RtdSmartPosterTargetIcon smartPosterTargetSize = new RtdSmartPosterTargetIcon(string IconMimeType, byte[] ImageBlob)

DERIVED FROM

   Rtd

USED BY

   RtdSmartPoster

[Classes] RtdSmartPosterTargetSize

NAME

   RtdSmartPosterTargetSize

DESCRIPTION

   Represents a Ndef Record that stores a SmartPoster Size
   (according to NFC Forum SmartPoster specification)

SYNOPSIS

   RtdSmartPosterTargetSize smartPosterTargetSize = new RtdSmartPosterTargetSize(int Size)
       RtdSmartPosterTargetSize smartPosterTargetSize = new RtdSmartPosterTargetSize(byte[] Payload)

DERIVED FROM

   Rtd

USED BY

   RtdSmartPoster

[Variables] RtdSmartPosterTargetSize.Value

SYNOPSIS

      public int Value

DESCRIPTION

   Gets and sets the payload of the object

[Classes] RtdSmartPosterTargetType

NAME

   RtdSmartPosterTargetType

DESCRIPTION

   Represents a Ndef Record that stores a SmartPoster Type
   (according to NFC Forum SmartPoster specification)

SYNOPSIS

   RtdSmartPosterTargetType smartPosterTargetType = new RtdSmartPosterTargetType(string MimeType)
       RtdSmartPosterTargetType smartPosterTargetType = new RtdSmartPosterTargetType(byte[] Payload)

DERIVED FROM

   Rtd

USED BY

   RtdSmartPoster

[Variables] RtdSmartPosterTargetType.Value

SYNOPSIS

      public string Value

DESCRIPTION

   Gets and sets the payload of the object, as an ASCII string

Generated from RtdSmartPoster.cs on Wed Dec 04 16:59:52 2013