Returns the ISO 7816-4 instruction name for the instruction byte in this command APDU.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function GetInstructionName() As String
This language is not supported or no code example is available.
public string GetInstructionName()
This language is not supported or no code example is available.
public:
String^ GetInstructionName()
This language is not supported or no code example is available.
Return Value
Type: stringReturns a string with the all uppercase instruction name as defined in ISO 7816-4 1995 Table 11. If the instruction byte is not known, then null is returned.
Accessing the instruction byte implicitly causes that the entire command APDU will be
verified whether it is a correct ISO 7816-4 command APDU. If it is not a correct ISO 7816-
4 command APDU, then an exception will be thrown.