Show / Hide Table of Contents

StatusWord Property

StatusWord

The application specific status word.

C#
short StatusWord { get; }

Property Value

Type Description
short

0x9000, 0x6A82, etc.

Remarks

This is the two-byte response code of the response APDU. It is also known as the "Status Word", made up of SW1 and SW2. For example, the response code for Success is 9000, which is SW1=90 and SW2=00.

In this article
Back to top Generated by DocFX