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

Definition

Read a specific part of the EEPROM

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

Parameters

address
EepromAddress

The EEPROM address

eeprom
Span<Byte>

A span of byte to read the EEPROM

Returns

True if success

Applies to