Class SecureElementTranscationEventArgs

    Definition

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

    An extended EventArgs class which contains the changed secure element trasaction event.

    public class SecureElementTranscationEventArgs : EventArgs
    Inheritance
    object
    SecureElementTranscationEventArgs

    Properties

    View Source

    ApplicationID

    The NFC secure element AID.

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

    Param

    The NFC secure element param.

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

    SecureElementType

    The NFC secure element type.

    Declaration
    public NfcSecureElementType SecureElementType { get; }
    Property Value
    Type Description
    NfcSecureElementType

    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