Show / Hide Table of Contents

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
ArgumentNullException

Thrown when responseApdu is null.

In this article
Back to top Generated by DocFX