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)

Public Shared Function GetInstructionName( _ 
ByVal nCLA As Byte, _ 
ByVal nINS As Byte
) As String
This language is not supported or no code example is available.
public static string GetInstructionName( 
byte nCLA
byte nINS 
)
This language is not supported or no code example is available.
public:  
static String^ GetInstructionName( 
Byte nCLA
Byte nINS 
)
This language is not supported or no code example is available.
public static function GetInstructionName( 
nCLA : byte
nINS : byte 
) : String;
This language is not supported or no code example is available.

Parameters

nCLA
Type: byte

The class byte to indicate ISO 7816, PC/SC part 3.

nINS
Type: byte

The instruction byte.

Return Value

Type: string

Returns 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.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0