Class NfcSecureElement
Definition
- Namespace:
- Tizen.Network.Nfc
- Assembly:
- Tizen.Network.Nfc.dll
- API Level:
- 3
The class for managing the Secure Element information.
public class NfcSecureElement : IDisposable
- Inheritance
-
NfcSecureElement
- Implements
Methods
View SourceDispose()
Dispose
Declaration
public void Dispose()
API Level: 3
View SourceFinalize()
NfcSecureElement destructor.
Declaration
protected void Finalize()
HceSendApduResponse(Byte[], UInt32)
Sends the APDU (Application Protocol Data Unit) response to the CLF (Contactless Front-end).
Declaration
public 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. |