CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Reading an NFC DEVICE

    Is it possible to read NFC card reader in VC++/MFC. Is it possible to develop a callback function that will read the NFC device, and see once the card is inserted, it takes that value from the card and store it in a DB?

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

  3. #3
    Join Date
    Apr 2005
    Posts
    1,828

    Re: Reading an NFC DEVICE

    Quote Originally Posted by Codeplug View Post
    Yep.

    gg
    Can you suggest me a callback function, that should read the card when it is inserted into an NFC card reader? I want to use a CALLBACK function, instead of timer.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Reading an NFC DEVICE

    Perhaps you should find some SFCDK about working with NFC card and/or its reader and search it for this callback...
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured