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