Definition
- Namespace:
- Tizen.Network.Nfc
- Assembly:
- Tizen.Network.Nfc.dll
- API Level:
- 3
An extended EventArgs class which contains the changed secure element trasaction event.
public class SecureElementTranscationEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
SecureElementTranscationEventArgs
Properties
Declaration
public byte[] ApplicationID { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 3
Declaration
public byte[] Param { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 3
View Source
SecureElementType
The NFC secure element type.
Declaration
public NfcSecureElementType SecureElementType { get; }
Property Value
API Level: 3