NurApiBlockPermalockSingulated Method
do BlockPermalock by selecting the tag with specific singulation data.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void BlockPermalockSingulated(
uint password,
bool secured,
byte sBank,
uint sAddress,
int sMaskBitLength,
byte[] sMask,
uint bank,
uint addr,
uint range,
ushort[] lockMask
)
Parameters
- password UInt32
- Password parameter for access.
- secured Boolean
- If true then access is done with the password
- 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.
- bank UInt32
- Bank range is 1...3.
- addr UInt32
- This is the first address of the first of 16-block chunk to apply the mask to (0 -> 0, 1 -> 16, ...).
- range UInt32
- Number of 16-block chunks to apply the mask to.
- lockMask UInt16
- Each word represents on 16-block chunks lock mask as specified by Gen2 specification 1.2.0.