Class NfcTagInformation

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3

This structure contains the information of the Tag data.

C#
Copy
public class NfcTagInformation
Inheritance
System.Object
NfcTagInformation

Properties

View Source

InformationValue

Information value.

Declaration
C#
Copy
public byte[] InformationValue { get; }
Property Value
Type Description
System.Byte[]
API Level: 3
View Source

Key

Key value.

Declaration
C#
Copy
public string Key { get; }
Property Value
Type Description
System.String
API Level: 3