ResponseApdu Class
Namespace: Yubico.Core.Iso7816 Assembly: Yubico.Core.dllRepresents an ISO 7816 application response.
C#
public class ResponseApdu : Object
Inheritance
System.Object
ResponseApdu
Constructors
Name | Description |
---|---|
ResponseApdu(Byte[]) | Initializes a new instance of the ResponseApdu class. |
ResponseApdu(Byte[], Int16) | Initializes a new instance of the ResponseApdu class. |
Properties
Name | Description |
---|---|
Data | Gets the data part of the response. |
SW | The status word (two byte) code which represents the overall result of a CCID interaction. The most common value is 0x9000 which represents a successful result. |
SW1 | A convenience property accessor for the high byte of SW |
SW2 | A convenience property accessor for the low byte of SW |