Pn5180.WriteAllEeprom(Span<Byte>) Method

Definition

Write all the EEPROM

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

Parameters

eeprom
Span<Byte>

A 255 bytes buffer

Returns

True if success

Applies to