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
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
SYNOPSIS
public int Value
DESCRIPTION
Gets and sets the payload of the object
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
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
SYNOPSIS
public int Value
DESCRIPTION
Gets and sets the payload of the object
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
SYNOPSIS
public string Value
DESCRIPTION
Gets and sets the payload of the object, as an ASCII string