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