NurApiEraseTagByEPC Method
Erase block in a tag singulated by EPC.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void EraseTagByEPC(
uint passwd,
bool secured,
byte[] epc,
byte erBank,
uint erAddress,
byte erWordCount
)
Parameters
- passwd UInt32
- Password for secured operations.
- secured Boolean
- true if operation is secured, otherwise false.
- epc Byte
- EPC memory to singulate against.
- erBank Byte
- Bank where the erAddress is located in. 0=BANK_PASSWD 1=BANK_EPC 2=BANK_TID 3=BANK_USER
- erAddress UInt32
- Word address of the first word to be erased.
- erWordCount Byte
- Number of word to erase starting from erAddress.