Class NfcSecureElement
Definition
- Assembly:
- Tizen.Network.Nfc.dll
The class for managing the Secure Element information.
C#Copypublic class NfcSecureElement : IDisposable
- Inheritance
-
objectNfcSecureElement
- Implements
-
System.IDisposable
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected ~NfcSecureElement()
View Source
HceSendApduResponse(byte[], uint)
Sends the APDU (Application Protocol Data Unit) response to the CLF (Contactless Front-end).
Declaration
C#Copypublic 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