User's Manual

InventoryTag Method (Int16, Byte[], Int16, Int16, Int16)
Description:
A call to this method will execute a read cycle on each read point linked to the logical source.
Parameters:
Name Description
bank A value representing the memory bank where apply the filter.
Mask A byte array representing the bitmask to apply.
MaskLength A value representing the bit-oriented length of the bitmask.
Position A value representing the first bit of ID where the match will start.
Flag A bitmask representing the InventoryTag options.
Return value:
An array containing the CAENRFIDTag objects representing the tags read from the read points.
Syntax:
C# representation:
public CAENRFIDTag[] InventoryTag(
short bank,
byte[] Mask,
short MaskLength,
short Position,
short Flag)
Java and Android representation:
public CAENRFIDTag[] InventoryTag(
short bank,
byte[] Mask,
short MaskLength,
short Position,
short Flag)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_BankFilteredFlagInventoryTag (
CAENRFIDHandle handle,
char *SourceName,
short bank,
short Position,
short MaskLength,
char *Mask,
unsigned char Flag,
CAENRFIDTag **Receive,
int *Size);
CAEN RFID API – Reference Manual34