Pn5180.GetIdentifier(Span<Byte>) Method

Definition

Get the PN5180 identifier, this is a 16 byte long

public bool GetIdentifier (Span<byte> outputIdentifier);
member this.GetIdentifier : Span<byte> -> bool
Public Function GetIdentifier (outputIdentifier As Span(Of Byte)) As Boolean

Parameters

outputIdentifier
Span<Byte>

A 16 byte buffer

Returns

True if success

Applies to