Class NfcSecureElement

    Definition

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

    The class for managing the Secure Element information.

    public class NfcSecureElement : IDisposable
    Inheritance
    object
    NfcSecureElement

    Methods

    View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    View Source

    ~NfcSecureElement()

    NfcSecureElement destructor.

    Declaration
    protected ~NfcSecureElement()
    View Source

    HceSendApduResponse(byte[], uint)

    Sends the APDU (Application Protocol Data Unit) response to the CLF (Contactless Front-end).

    Declaration
    public void HceSendApduResponse(byte[] response, uint responseLength)
    Parameters
    Type Name Description
    byte[] response

    The bytes array of the response data.

    uint responseLength

    The size of the response bytes array.

    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