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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX