NurApiWriteTag(UInt32, Boolean, Byte, UInt32, Byte) Method
Write data to tag without any singulation data. This function can be used for tags that do not have an EPC.
Note:If there's more than one tag in range, this function will most likely fail due to the RF collision.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void WriteTag(
uint passwd,
bool secured,
byte wrBank,
uint wrAddress,
byte[] wrBuffer
)
Parameters
- passwd UInt32
- Password for secured operations.
- secured Boolean
- TRUE if operation is secured, otherwise FALSE.
- wrBank Byte
- Memory bank for write operation.
- wrAddress UInt32
- Address for write operation.
- wrBuffer Byte
- Data to write.