Class SecureElementTranscationEventArgs

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.

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

Properties

View Source

ApplicationID

The NFC secure element AID.

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

Param

The NFC secure element param.

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

SecureElementType

The NFC secure element type.

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