User's Manual

CAEN RFID API Reference Manual
29
InventoryTag Method
InventoryTag Method ()
Description:
A call to this method will execute a read cycle on each read point linked to the logical source. Depending on the air
protocol setting it will execute the appropriate anticollision algorithm.
Return value:
An array containing the CAENRFIDTag objects representing the tags read from the read points.
Syntax:
C# representation:
public CAENRFIDTag[] InventoryTag()
Java and Android representation:
public CAENRFIDTag[] InventoryTag()
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_InventoryTag (
CAENRFIDHandle handle,
char *SourceName,
CAENRFIDTag **Receive,
int *Size);