Enum NfcSecureElementEvent
Definition
- Assembly:
 - Tizen.Network.Nfc.dll
 
Enumeration for the NFC secure element event.
public enum NfcSecureElementEvent
  Fields
| Name | Description | 
|---|---|
| CardEmulationChanged | Changing the card emulation mode.  | 
      
| Connectivity | Ready signal.  | 
      
| EndTransaction | End transaction.  | 
      
| FieldOff | The CLF (Contactless Front-end) detects that the RF field is off.  | 
      
| FieldOn | The CLF (Contactless Front-end) detects a RF field.  | 
      
| StartTransaction | Start transaction.  | 
      
| Transaction | An external reader tries to access the secure element.  | 
      
| TypeChanged | Changing the emulated secure element type.  |