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
    Implements
    System.IDisposable

    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.

    Exceptions
    Type Condition
    System.NotSupportedException

    Thrown when the NFC is not supported.

    System.ArgumentException

    Thrown when the method fails due to an invalid parameter.

    System.InvalidOperationException

    Thrown when the method fails due to an invalid operation.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX