private void Tag18K6CInventory(int radioHandle) { logger.Information($"Starting basic inventory test, limiting of {options.PacketCount} MAC packets"); Rfiddler program = new Rfiddler(options); InventoryParms inventoryParms = new InventoryParms(); inventoryParms.common = new CommonParms(); inventoryParms.common.tagStopCount = 0; inventoryParms.common.callback = program.PacketCallback; inventoryParms.common.context = IntPtr.Zero; inventoryParms.common.callbackCode = IntPtr.Zero; var result = link.Tag18K6CInventory(radioHandle, inventoryParms, enableSelectCriteria | enablePostSingulationMatch); logger.Information("link.Tag18K6CInventory => {Result}", result); }
public Result API_l8K6CTagInventory() { InventoryParms strcParms = new InventoryParms(); return LakeChabotReader.MANAGED_ACCESS.API_l8K6CTagInventory(strcParms,0); }