Definition
- Namespace:
- Tizen.Network.Nfc
- Assembly:
- Tizen.Network.Nfc.dll
An extended EventArgs class which contains the changed HCE (Host Card Emulation) event.
public class HostCardEmulationEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
HostCardEmulationEventArgs
Properties
View Source
Apdu
The NFC APDU (Application Protocol Data Unit).
Declaration
public byte[] Apdu { get; }
Property Value
Declaration
public NfcHceEvent HceEvent { get; }
Property Value
Declaration
public NfcSecureElement SecureElement { get; }
Property Value