Pn5180.ReadAllEeprom(Span<Byte>) Method

Definition

Read the full EEPROM

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

Parameters

eeprom
Span<Byte>

At 255 bytes buffer

Returns

True if success

Applies to