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.
public class HostCardEmulationEventArgs : EventArgs
- Inheritance
Properties
View SourceApdu
The NFC APDU (Application Protocol Data Unit).
Declaration
public byte[] Apdu { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceHceEvent
The NFC HCE event.
Declaration
public NfcHceEvent HceEvent { get; }
Property Value
Type | Description |
---|---|
NfcHceEvent |
API Level: 3
View SourceSecureElement
The NFC secure element.
Declaration
public NfcSecureElement SecureElement { get; }
Property Value
Type | Description |
---|---|
NfcSecureElement |