NdefDataReader Constructor
NdefDataReader(ReadOnlySpan<byte>)
Constructs a new instance of the NdefDataReader class.
C#
public NdefDataReader(ReadOnlySpan<byte> responseData)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlySpan<byte> | responseData | The NDEF message data returned by the YubiKey. |