Class NfcSecureElement
Definition
- Namespace:
- Tizen.Network.Nfc
- Assembly:
- Tizen.Network.Nfc.dll
- API Level:
- 3
The class for managing the Secure Element information.
C#Copypublic class NfcSecureElement : IDisposable
- Inheritance
-
NfcSecureElement
- Implements
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
Declaration
C#Copyprotected void Finalize()
View Source
HceSendApduResponse(Byte[], UInt32)
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. |
UInt32 | responseLength | The size of the response bytes array. |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the NFC is not supported. |
ArgumentException | Thrown when the method fails due to an invalid parameter. |
InvalidOperationException | Thrown when the method fails due to an invalid operation. |