Appends the given data block to the data field of this response APDU.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub AppendData( _
ByVal vbData As Byte() _
)
This language is not supported or no code example is available.
Parameters
- vbData
-
Type: byte[]
The data to be appended to the data field for this response APDU. The length Lr is incremented by the total length of this byte array. The total length must not exceed MAXEXTENDEDLR = 65536 bytes. This parameter must not be null.
Exception type | Condition |
---|---|
Thrown when one or more arguments are outside the required range. |
|
Thrown when one or more required arguments are null. |
Marc, 9/29/2022.