Class NfcTagInformation

    Definition

    Namespace:
    Tizen.Network.Nfc
    Assembly:
    Tizen.Network.Nfc.dll

    This structure contains the information of the Tag data.

    public class NfcTagInformation
    Inheritance
    object
    NfcTagInformation

    Properties

    View Source

    InformationValue

    Information value.

    Declaration
    public byte[] InformationValue { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Key

    Key value.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX