NurApiTagBlockErase(Byte, UInt32, Byte) Method

Block erase.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void BlockErase(
	byte erBank,
	uint erAddress,
	byte erWords
)

Parameters

erBank  Byte
Bank where the erAddress is located in.
ValueSee
BANK_PASSWDPassword/reserded memory
BANK_EPCEPC memory
BANK_TIDTID memory
BANK_USERUser memory
erAddress  UInt32
Word address for the first word to erase.
erWords  Byte
Number of words to erase starting from erAddress.

See Also