ResponseApdu Constructor
ResponseApdu(byte[])
Initializes a new instance of the ResponseApdu class.
C#
public ResponseApdu(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | The raw data returned by the ISO 7816 smart card. |
ResponseApdu(byte[], short)
Initializes a new instance of the ResponseApdu class.
C#
public ResponseApdu(byte[] dataWithoutSW, short sw)
Parameters
Type | Name | Description |
---|---|---|
byte[] | dataWithoutSW | The raw data returned by the ISO 7816 smart card without the trailing status bytes. |
short | sw | The status word, 'SW', for the APDU response. |