Gen2 version 2 ReadBuffer command without tag selection.
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 passwd,
ushort bitAddress,
ushort bitCount
)
This method does not use tag singulation i.e. it is expected that only one tag is in the 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.