StatusWord Property
StatusWord
The application specific status word.
C#
public short StatusWord { get; }
Property Value
Type | Description |
---|---|
System.Int16 | 0x9000, 0x6A82, etc. |
Implements
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
.