Returns the instruction name for a given instruction byte. We currently support names
defined in ISO 7816-4 1995 as well as PC/SC part 3. PC/SC part 3 kicks in, when CLA=0xFF
is detected.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- nCLA
-
Type: byte
The class byte to indicate ISO 7816, PC/SC part 3.
- nINS
-
Type: byte
The instruction byte.
Return Value
Type: stringReturns a string with the all uppercase instruction name as defined in ISO 7816-4 1995 Table 11 or PC/SC part 3 if applicable. If the instruction byte is not known, then null is returned.
Marc, 9/29/2022.