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:

enter image description here

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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -