Show / Hide Table of Contents

GetData Method

GetData()

Gets the NDEF payload as a series of bytes.

C#
public ReadOnlyMemory<byte> GetData()

Returns

ReadOnlyMemory<byte>

The NDEF payload.

Implements

IYubiKeyResponseWithData<TData>.GetData()

Exceptions

Type Condition
InvalidOperationException

Thrown when Status is not Success.

In this article
Back to top Generated by DocFX