Show / Hide Table of Contents

GetResponseCommand Constructor

GetResponseCommand(CommandApdu, short)

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.

short SW2

The SW2 byte of the last response. It indicates the number of bytes left for the next GetResponseCommand.

In this article
Back to top Generated by DocFX