GetResponseCommand Constructor
GetResponseCommand(CommandApdu, Int16)
Initializes a new instance of the GetResponseCommand class.
C#
public GetResponseCommand(CommandApdu originatingCommand, short SW2)
Parameters
Type | Name | Description |
---|---|---|
CommandApdu | originatingCommand | The original command APDU that was sent that is now indicating that more data is in the response. |
System.Int16 | SW2 | The SW2 byte of the last response. It indicates the number of bytes left for the next GetResponseCommand. |