Class SecureElementTranscationEventArgs
Definition
- Assembly:
- Tizen.Network.Nfc.dll
An extended EventArgs class which contains the changed secure element trasaction event.
public class SecureElementTranscationEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSecureElementTranscationEventArgs
Properties
View SourceApplicationID
The NFC secure element AID.
Declaration
public byte[] ApplicationID { get; }
Property Value
Type | Description |
---|---|
byte[] |
Param
The NFC secure element param.
Declaration
public byte[] Param { get; }
Property Value
Type | Description |
---|---|
byte[] |
SecureElementType
The NFC secure element type.
Declaration
public NfcSecureElementType SecureElementType { get; }
Property Value
Type | Description |
---|---|
NfcSecureElementType |