NurApiTagWriteTag(UInt32, Boolean, Byte, UInt32, Byte, Int32, Int32) Method

Write data to tag's memory

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void WriteTag(
	uint passwd,
	bool secured,
	byte wrBank,
	uint wrAddress,
	byte[] wrBuffer,
	int wrBufferPos,
	int wrBufferLen
)

Parameters

passwd  UInt32
Password
secured  Boolean
Set true if secured tag
wrBank  Byte
Memory bank to write to.

Password/reserved memory: BANK_PASSWD

EPC memory: BANK_EPC

TID memory BANK_TID

User memory: BANK_USER

wrAddress  UInt32
Word address for write operation
wrBuffer  Byte
Write buffer
wrBufferPos  Int32
Position of write buffer
wrBufferLen  Int32
Bytes to write

Remarks

See Also