Pn5180.WriteEeprom(EepromAddress, Span<Byte>) Method

Definition

Write the EEPROM at a specific address

public bool WriteEeprom (Iot.Device.Pn5180.EepromAddress address, Span<byte> eeprom);
member this.WriteEeprom : Iot.Device.Pn5180.EepromAddress * Span<byte> -> bool
Public Function WriteEeprom (address As EepromAddress, eeprom As Span(Of Byte)) As Boolean

Parameters

address
EepromAddress

The EEPROM address

eeprom
Span<Byte>

A span of byte to write the EEPROM

Returns

True if success

Applies to