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 : object
Inheritance
NfcTagInformation

Properties

View Source

InformationValue

Information value.

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

Key

Key value.

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

Extension Methods