Class NfcSecureElement

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3

The class for managing the Secure Element information.

C#
Copy
public class NfcSecureElement : IDisposable
Inheritance
NfcSecureElement

Methods

View Source

Dispose()

Dispose

Declaration
C#
Copy
public void Dispose()
API Level: 3
View Source

Finalize()

NfcSecureElement destructor.

Declaration
C#
Copy
protected void Finalize()
View Source

HceSendApduResponse(Byte[], UInt32)

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

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

The bytes array of the response data.

UInt32 responseLength

The size of the response bytes array.

API Level: 3
Privilege Level: public
Privilege: http://tizen.org/privilege/nfc.cardemulation

Extension Methods