Copy constructor.
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ResponseApdu( ResponseApdu response ) |
Visual Basic |
---|
Public Sub New ( response As ResponseApdu ) |
Visual C++ |
---|
public: ResponseApdu( ResponseApdu^ response ) |
F# |
---|
new : response : ResponseApdu -> ResponseApdu |
Parameters
- response
- Type: BasicCard.ProcessorCards..::..ResponseApdu
Response apdu object.