TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vishnujeet Kumar
NA
4.2k
1.4m
Need small help in NFC app for Windows Phone
May 23 2013 7:24 AM
i m working on windows phone 8 api NFC .
pls help me below code
this code is working fine
NdefUriRecord rec = new NdefUriRecord { Uri = "http://www.nfcinteractor.com/" };
NdefMessage msg = new NdefMessage { rec };
_device.PublishBinaryMessage("NDEF", msg.ToByteArray().AsBuffer(), MessageWrittenHandler);
LogStatusMessage("Publishing message ...");
but simler to this code not working and not showing any exe.. also
NdefUriRecord rec = new NdefUriRecord { Uri = "nfcshare:Hello+world" };
NdefMessage msg = new NdefMessage { rec };
_device.PublishBinaryMessage("NDEF:WriteTag", msg.ToByteArray().AsBuffer(), MessageWrittenHandler);
LogStatusMessage("Publishing message ...");
i m using hare WriteTag feature ,both sample syntax is almost same.but second sample of code is not working .
i need your help for second sample syntax . where i missed ..
Reply
Answers (
0
)
How to fetch data from excel sheet in windows 8 app
3D image in Windows store applications