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 Gen2v2ReadBuffer(
bool secured,
uint password,
ushort bitAddress,
ushort bitCount
)
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.