@@ -516,7 +516,7 @@ <h4><dfn>SmartCardReaderStateOut</dfn> dictionary</h4>
516516 reader.</ dd >
517517
518518 < dt > < dfn > answerToReset</ dfn > member</ dt >
519- < dd > The inserted card's [[ISO7186 -3]] Answer To Reset (ATR), if
519+ < dd > The inserted card's [[ISO7816 -3]] Answer To Reset (ATR), if
520520 applicable.</ dd >
521521 </ dl >
522522
@@ -557,7 +557,7 @@ <h4><dfn>SmartCardReaderStateOut</dfn> dictionary</h4>
557557 </ aside >
558558 </ li >
559559 < li > If the platform's `SCARD_READERSTATE` structure has a member
560- containing the card's [[ISO7186 -3]] Answer To Reset, set
560+ containing the card's [[ISO7816 -3]] Answer To Reset, set
561561 |stateOut|["{{SmartCardReaderStateOut/answerToReset}}"] to
562562 that value.</ li >
563563 < li > [=list/Append=] |stateOut| to |readerStatesOut|.</ li >
@@ -777,12 +777,12 @@ <h4><dfn>SmartCardProtocol</dfn> enum</h4>
777777 [[PCSC5]] `SCARD_PROTOCOL_RAW` `DWORD`.</ dd >
778778
779779 < dt > < dfn > t0</ dfn > </ dt >
780- < dd > [[ISO7186 -3]] T=0. Asynchronous half duplex character
780+ < dd > [[ISO7816 -3]] T=0. Asynchronous half duplex character
781781 transmission protocol. Corresponds to a [[PCSC5]]
782782 `SCARD_PROTOCOL_T0` `DWORD`.</ dd >
783783
784784 < dt > < dfn > t1</ dfn > </ dt >
785- < dd > [[ISO7186 -3]] T=1. Asynchronous half duplex block transmission
785+ < dd > [[ISO7816 -3]] T=1. Asynchronous half duplex block transmission
786786 protocol. Corresponds to a [[PCSC5]] `SCARD_PROTOCOL_T1`
787787 `DWORD`.</ dd >
788788 </ dl >
@@ -1090,7 +1090,7 @@ <h3><dfn>transmit()</dfn> method</h3>
10901090 < li > Let |recvPci:SCARD_IO_HEADER| be the platform's `SCARD_IO_HEADER`
10911091 equivalent of empty or null.</ li >
10921092 < li > Let |recvBuffer:array of BYTE| be a `BYTE[]` big enough to hold
1093- the largest [[ISO7186 -3]] extended response APDU (65538 bytes).</ li >
1093+ the largest [[ISO7816 -3]] extended response APDU (65538 bytes).</ li >
10941094 < li > Let |recvLength:DWORD| be a `DWORD` set to `0`.</ li >
10951095 < li > Run the following steps [=in parallel=]:
10961096 < ol >
@@ -1403,7 +1403,7 @@ <h3><dfn>status()</dfn> method</h3>
14031403 < li > Let |pcscState:DWORD| be a [[PCSC5]] `DWORD` set to `0`.</ li >
14041404 < li > Let |activeProtocol:DWORD| be a [[PCSC5]] `DWORD` set to `0`.</ li >
14051405 < li > Let |pcscAtr:array of BYTE| be a `BYTE[]` big enough to hold
1406- any [[ISO7186 -3]] Answer To Reset (ATR).</ li >
1406+ any [[ISO7816 -3]] Answer To Reset (ATR).</ li >
14071407 < li > Call [=this=].{{SmartCardConnection/[[comm]]}}.`Status()`
14081408 with |pcscReader|, |pcscState|, |activeProtocol| and |pcscAtr| as
14091409 output parameters.</ li >
@@ -1489,10 +1489,10 @@ <h5><dfn>SmartCardConnectionState</dfn> enum</h3>
14891489 < dd > The card has been reset and is awaiting PTS (protocol type
14901490 selection) negotiation.</ dd >
14911491 < dt > < dfn > t0</ dfn > </ dt >
1492- < dd > The card is in [[ISO7186 -3]] T=0 protocol mode and a new protocol
1492+ < dd > The card is in [[ISO7816 -3]] T=0 protocol mode and a new protocol
14931493 may not be negotiated.</ dd >
14941494 < dt > < dfn > t1</ dfn > </ dt >
1495- < dd > The card is in [[ISO7186 -3]] T=1 protocol mode and a new protocol
1495+ < dd > The card is in [[ISO7816 -3]] T=1 protocol mode and a new protocol
14961496 may not be negotiated.</ dd >
14971497 < dt > < dfn > raw</ dfn > </ dt >
14981498 < dd > The card is in raw protocol mode and a new protocol may not be
0 commit comments