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

Write data to tag singulated by tag's EPC memory using customizable write command and bank parameter.

Definition

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

Parameters

wrCmd  UInt32
Custom write command.
cmdBits  Byte
Number of bits in the custom write command (1..32).
wrBank  UInt32
Custom bank parameter.
bankBits  Byte
Number of bits in the custom bank value (0..32).
passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
epc  Byte
EPC memory to singulate against.
wrAddress  UInt32
Address for write operation.
wrBuffer  Byte
Data to write.
wrBufferPos  Int32
Start position
wrBufferLen  Int32
Number of bytes to write. This must divisible by two.

See Also