NurApiCustomReadTagByEPC Method
Read data from tag singulated by tag's EPC memory using custom read command and custom bank parameter.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public byte[] CustomReadTagByEPC(
uint rdCmd,
byte cmdBits,
uint rdBank,
byte bankBits,
uint passwd,
bool secured,
byte[] epc,
uint rdAddress,
int rdByteCount
)
- 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.
- epc Byte
- EPC memory to singulate against.
- rdAddress UInt32
- Address for read operation.
- rdByteCount Int32
- Number of bytes to read. This must divisible by two.
BytePointer to a buffer that received read data. Must be atleast rdByteCount bytes long
Reference
CustomReadSingulatedTag(UInt32, Byte, UInt32, Byte, UInt32, Boolean, Byte, UInt32, Int32, Byte, UInt32, Int32)