Class NfcSecureElement
Definition
- Assembly:
- Tizen.Network.Nfc.dll
The class for managing the Secure Element information.
public class NfcSecureElement : IDisposable
- Inheritance
-
objectNfcSecureElement
- Implements
-
System.IDisposable
Methods
View SourceDispose()
Dispose
Declaration
public void Dispose()
~NfcSecureElement()
NfcSecureElement destructor.
Declaration
protected ~NfcSecureElement()
HceSendApduResponse(byte[], uint)
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. |
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