Class NfcSecureElement

Definition

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

The class for managing the Secure Element information.

C#
Copy
public class NfcSecureElement : IDisposable
Inheritance
object
NfcSecureElement
Implements
System.IDisposable

Methods

View Source

Dispose()

Dispose

Declaration
C#
Copy
public void Dispose()
View Source

~NfcSecureElement()

NfcSecureElement destructor.

Declaration
C#
Copy
protected ~NfcSecureElement()
View Source

HceSendApduResponse(byte[], uint)

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.

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