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