EchoResponse Constructor
EchoResponse(ResponseApdu)
Constructs an EchoResponse from the given ResponseApdu.
C#
public EchoResponse(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The response to a EchoCommand. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown when |