NurApiBlockWriteByEPC Method
Write data to tag by EPC singulation using specific block write.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void BlockWriteByEPC(
uint passwd,
bool secured,
byte[] epcBuffer,
byte wrBank,
uint wrAddress,
byte[] wrBuffer,
byte blSize
)
Parameters
- passwd UInt32
- Password for secured operations.
- secured Boolean
- TRUE if operation is secured, otherwise FALSE.
- epcBuffer Byte
- EPC used in sungulation.
- wrBank Byte
- Memory bank for write operation.
- wrAddress UInt32
- Address for write operation.
- wrBuffer Byte
- Data to write. Must be atleast wrByteCount bytes long.
- blSize Byte
- Size of single block in words, not bytes. If 0 the whole data is considred to be a 'single block'.