CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    25

    SCardTransmit and T=1 Protocol

    All,
    I'm trying to understand the SCardTransmit Windows API. The documentation is clear on sending T=0 APDUs but not so much for sending T=1 APDUs. From looking at examples it would appear that you format the header for T=0 even if you are sending T=1 APDUs -- is this correct?

    TIA,
    Dale

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: SCardTransmit and T=1 Protocol

    I don't know details, but a quick search pointed to using SCARD_PCI_T1, see http://osdir.com/ml/lib.muscle/2004-12/msg00012.html
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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