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