C API for BALTECH SDK

§ brp_EpcUid_EpcInventory()

brp_errcode brp_EpcUid_EpcInventory ( brp_protocol  protocol,
unsigned  Sel,
unsigned  Session,
unsigned  SlotCoding,
unsigned *  MemStatusFlag,
unsigned *  LabelNr,
brp_buf LabelData,
size_t *  LabelData_len,
brp_mempool mempool 
)

This command executes an inventory command.

Parameters
[in]protocolused to execute the command
[in]SelSpecifies flags for which tags should respond to command (0/1: All, 2:~SL, 3:SL).
[in]SessionChooses a session for command (0:S0, 2:S2).
[in]SlotCodingNumber of slots. 0..15: 2^Q - 1 slots.
[out]MemStatusFlagTrue if buffer to small for all tagged labels.
[out]LabelNrNumber of successfully recognized labels.
[out]LabelDataLabel data.
[out]LabelData_len
[in]mempoolis used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool
Deprecated:
This command may be removed in future!