Class HostCardEmulationEventArgs

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3

An extended EventArgs class which contains the changed HCE (Host Card Emulation) event.

C#
Copy
public class HostCardEmulationEventArgs : EventArgs
Inheritance
System.Object
HostCardEmulationEventArgs

Properties

View Source

Apdu

The NFC APDU (Application Protocol Data Unit).

Declaration
C#
Copy
public byte[] Apdu { get; }
Property Value
Type Description
System.Byte[]
API Level: 3
View Source

HceEvent

The NFC HCE event.

Declaration
C#
Copy
public NfcHceEvent HceEvent { get; }
Property Value
Type Description
NfcHceEvent
API Level: 3
View Source

SecureElement

The NFC secure element.

Declaration
C#
Copy
public NfcSecureElement SecureElement { get; }
Property Value
Type Description
NfcSecureElement
API Level: 3