Copy IDATA (see ISO7816) of APDU to destination buffer.
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void CopyIData(
byte[] dest,
int destpos
) |
Visual Basic |
---|
Public Sub CopyIData (
dest As Byte(),
destpos As Integer
) |
Visual C++ |
---|
public:
void CopyIData(
array<unsigned char>^ dest,
int destpos
) |
F# |
---|
member CopyIData :
dest : byte[] *
destpos : int -> unit
|
Parameters
- dest
- Type: array<System..::..Byte>[]()[][]
Destination buffer.
- destpos
- Type: System..::..Int32
Start position in destination buffer.
See Also