NurApiReadTag Method
Read data from tag without any singulation data. This function can be used for tags that do not have an EPC.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public byte[] ReadTag(
uint passwd,
bool secured,
byte bank,
uint address,
int byteCount
)
- 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.
Bytebuffer for receiving data