NdefText Class
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllA class that represents the various fields of an NDEF text record.
C#
public class NdefText : Object
Inheritance
System.Object
NdefText
Constructors
Name | Description |
---|---|
NdefText() | Constructs a new instance of the NdefText class. |
Properties
Name | Description |
---|---|
Encoding | Represents the underlying character encoding used by the record's text. |
Language | Represents the language that the text is written. |
Text | The message text of the NDEF text record. |
Methods
Name | Description |
---|---|
ToString() |