Class HostCardEmulationEventArgs

    Definition

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

    An extended EventArgs class which contains the changed HCE (Host Card Emulation) event.

    public class HostCardEmulationEventArgs : EventArgs
    Inheritance
    object
    HostCardEmulationEventArgs

    Properties

    View Source

    Apdu

    The NFC APDU (Application Protocol Data Unit).

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

    HceEvent

    The NFC HCE event.

    Declaration
    public NfcHceEvent HceEvent { get; }
    Property Value
    Type Description
    NfcHceEvent
    View Source

    SecureElement

    The NFC secure element.

    Declaration
    public NfcSecureElement SecureElement { get; }
    Property Value
    Type Description
    NfcSecureElement

    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