NurApiCustomReadTag Method

Read data from tag without any singulation data using customized read command and bank parameters. This function can be used for tags that do not have an EPC.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public byte[] CustomReadTag(
	uint rdCmd,
	byte cmdBits,
	uint rdBank,
	byte bankBits,
	uint passwd,
	bool secured,
	uint address,
	int byteCount
)

Parameters

rdCmd  UInt32
Custom read command.
cmdBits  Byte
Number of bits in the custom read command (1...32).
rdBank  UInt32
Custom bank parameter.
bankBits  Byte
Number of bits in the custom bank parameter. Can be 0.
passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
address  UInt32
address for read operation.
byteCount  Int32
Number of bytes to read. This must divisible by two.

Return Value

Byte
buffer for receiving data

See Also