Edit

Share via


NdefMessage.GetStartSizeNdef(Span<Byte>) Method

Definition

From a raw message, find the start and stop of an NDEF message

public static (int Start, int Size) GetStartSizeNdef (Span<byte> toExtract);
static member GetStartSizeNdef : Span<byte> -> ValueTuple<int, int>
Public Shared Function GetStartSizeNdef (toExtract As Span(Of Byte)) As ValueTuple(Of Integer, Integer)

Parameters

toExtract
Span<Byte>

The byte array where the message is

Returns

The start and end position

Applies to