Class NfcTagInformation
Definition
- Namespace:
- Tizen.Network.Nfc
- Assembly:
- Tizen.Network.Nfc.dll
- API Level:
- 3
This structure contains the information of the Tag data.
public class NfcTagInformation
- Inheritance
-
NfcTagInformation
Properties
View SourceInformationValue
Information value.
Declaration
public byte[] InformationValue { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceKey
Key value.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
String |