NurApiReadTag Method

Read data from tag without any singulation data. 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[] ReadTag(
	uint passwd,
	bool secured,
	byte bank,
	uint address,
	int byteCount
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
bank  Byte
Memory bank for read operation.
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