Class P2pTargetDiscoveredEventArgs
Definition
- Assembly:
- Tizen.Network.Nfc.dll
An extended EventArgs class which contains the changed NFC P2P target discovered.
public class P2pTargetDiscoveredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsP2pTargetDiscoveredEventArgs
Properties
View SourceP2pTarget
The P2P object.
Declaration
public NfcP2p P2pTarget { get; }
Property Value
Type | Description |
---|---|
NfcP2p |
Type
The P2P target type.
Declaration
public NfcDiscoveredType Type { get; }
Property Value
Type | Description |
---|---|
NfcDiscoveredType |