Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX