NurApiReadTagByEPC Method

Read data from tag singulated by tag's EPC memory.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public byte[] ReadTagByEPC(
	uint passwd,
	bool secured,
	byte[] epc,
	byte rdBank,
	uint rdAddress,
	int rdByteCount
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
epc  Byte
EPC memory to singulate against.
rdBank  Byte
Memory bank for read operation. 0=BANK_PASSWD 1=BANK_EPC 2=BANK_TID 3=BANK_USER
rdAddress  UInt32
Address for read operation.
rdByteCount  Int32
Number of bytes to read. This must divisible by two.

Return Value

Byte
Pointer to a buffer that received read data. Must be atleast rdByteCount bytes long

See Also