Gen2 version 2 ReadBuffer command with the tag being selected by its EPC contents.
This is similar to the regular read command but the read data source is the version 2 tag's internal buffer.
public NurApiV2ReadBufferResp Gen2v2ReadBufferByEPC(
bool secured,
uint passwd,
byte[] epc,
ushort bitAddress,
ushort bitCount
)
This method uses tag singulation based on the addressed tag's EPC contents i.e. the EPC contents is expected to be unique among the tags in field.
Also note that the application is responsible for the bit data handling.
The bit level understanding is especially required in case where the returned data is not exactly byte (8-bit) aligned.