GetData Method
GetData()
Gets the echoed data from the response.
C#
public ReadOnlyMemory<byte> GetData()
Returns
System.ReadOnlyMemory<System.Byte>
The data in the response APDU, as a byte array.
Implements
Remarks
If the status of the response is not 'Success', this method will throw an exception.