Response APDU for ISO7816. Response APDUs are received from a smart card.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class ResponseApdu : IApdu, 
	ICloneable
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class ResponseApdu
	Implements IApdu, ICloneable
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class ResponseApdu : IApdu, 
	ICloneable
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type ResponseApdu =  
    class
        interface IApdu
        interface ICloneable
    end

Inheritance Hierarchy

System..::..Object
  BasicCard.ProcessorCards..::..ResponseApdu
    BasicCard.BasicCards..::..BasicCardResponse

See Also