Gen2 version 2 ReadBuffer command with specific 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 Gen2v2ReadBufferSingulated(
bool secured,
uint passwd,
byte sBank,
uint sAddress,
uint sMaskBitLength,
byte[] sMask,
ushort bitAddress,
ushort bitCount
)
This method uses specific tag singulation so that the addressed tag is expected to be uniquely identified by the given selection data.
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.