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
SYNOPSIS
public string TextContent
DESCRIPTION
Gets and sets the lang of the object
SYNOPSIS
public string Value
DESCRIPTION
Gets and sets the text of the object