c# - Proximity tap in WPF -
i'm trying detect nearby devices using nfc or rfid within wpf application.
microsoft's proximity api seems right way go: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465221.aspx
unfortunately, see no way running inside wpf application (or other desktop technology is). examples refer microsoft store apps only.
from within wpf application cannot reference namespace
using windows.networking.proximity;
is reference missing? possible use proximity api wpf application @ all?
i believe windows.networking.proximity.proximitydevice
class not available in wpf applications. if on proximitydevice
class page on msdn, you'll see part of windows.phone api:
the monitor image next phone image leads me believe available windows store apps too. i'm guessing (at present @ least) vast majority of desktop computers won't have rfc hardware used code , why missing standard .net dlls.
Comments
Post a Comment