NurApiNXPResetEAS Method
Reset specific tag's EAS alarm bit to 0 with given singulation data.
When tag's EAS alarm bit is set to 1, tag will reply to EAS Alarm command.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void NXPResetEAS(
uint passwd,
byte sBank,
uint sAddress,
int sMaskBitLength,
byte[] sMask
)
Parameters
- passwd UInt32
- Password for secured operations. Password is always needed.
- sBank Byte
- Memory bank used for tag singulation. 1=BANK_EPC 2=BANK_TID 3=BANK_USER
- sAddress UInt32
- Singulation data address in bits.
- sMaskBitLength Int32
- Length of the mask data in bits.
- sMask Byte
- Mask data buffer.