C API for BALTECH SDK

§ brp_LT_ReadWordExtended()

brp_errcode brp_LT_ReadWordExtended ( brp_protocol  protocol,
unsigned  AdrLo,
unsigned  AdrHi,
unsigned  WordAdr,
unsigned *  DataLo,
unsigned *  DataHi 
)

Reads a word (2 Byte) from the transponder using a 16-bit address.

Parameters
[in]protocolused to execute the command
[in]AdrLoBlock address (LSByte).
[in]AdrHiBlock address (MSByte).
[in]WordAdrWord address within a block (0..15).
[out]DataLo2 Bytes data (LSByte).
[out]DataHi2 Bytes data (MSByte).
Deprecated:
This command may be removed in future!