boolean |
CAENRFIDLogicalSource.EventInventoryTag(byte[] Mask,
short MaskLength,
short Position,
short Flag,
InventorySubCommand subCommand) |
A call to this method will start a sequence of read cycle on each read point linked to the logical source.
|
protected boolean |
CAENRFIDReader.EventInventoryTag(String Source,
byte[] Mask,
short MaskLength,
short position,
short flag,
InventorySubCommand inventorySubCommand) |
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(byte[] Mask,
short MaskLength,
short Position,
short Flag,
InventorySubCommand subCommand) |
The function returns all the Tags under the reader field that match to a specified mask,
using all the ReadPoints belonging to the Source.
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(byte[] Mask,
short MaskLength,
short Position,
InventorySubCommand subCommand) |
The function returns all the Tags under the reader field that match to a specified mask,
using all the ReadPoints belonging to the Source.
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(short bank,
byte[] Mask,
short MaskLength,
short Position,
short Flag,
InventorySubCommand subCommand) |
The function returns all the Tags under the reader field that match to a specified mask,
using all the ReadPoints belonging to the Source.
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(short bank,
byte[] Mask,
short MaskLength,
short Position,
InventorySubCommand subCommand) |
The function returns all the Tags under the reader field that match to a specified mask,
using all the ReadPoints belonging to the Source.
|
CAENRFIDTag[] |
CAENRFIDLogicalSource.InventoryTag(InventorySubCommand subCommand) |
The function returns all the Tags under the reader field
using all the ReadPoints belonging to the Source.
|
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(String Source,
byte[] Mask,
short MaskLength,
short position,
short flag,
InventorySubCommand inventorySubCommand) |
|
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(String Source,
short bank,
byte[] Mask,
short MaskLength,
short Position,
short flag,
InventorySubCommand inventorySubCommand) |
|
protected CAENRFIDTag[] |
CAENRFIDReader.InventoryTag(String Source,
InventorySubCommand inventorySubCommand) |
|