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

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
System.Byte[] response

The bytes array of the response data.

System.UInt32 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.

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

Implements

System.IDisposable