Returns the data field of an ISO 7816-4 response APDU.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function GetData() As Byte()
This language is not supported or no code example is available.
public byte[] GetData()
This language is not supported or no code example is available.
public:
array< Byte >^ GetData()
This language is not supported or no code example is available.
Return Value
Type: byte[]If the response APDU does not include a data field, then null is returned. Otherwise a reference to the byte array with the data field of the response APDU is returned.
Marc, 9/29/2022.