Interface IInventoryStopParameters
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Parameters related to the inventory operation stop conditions
public interface IInventoryStopParameters
Properties
HaltOnDuration
Gets or sets the maximum duration of a single inventory (up to 10 seconds) Zero represents no limit
TimeSpan? HaltOnDuration { get; set; }
Property Value
HaltOnRounds
Gets or sets the maximum number of rounds in a single inventory (up to 100). Zero represents no limit
int? HaltOnRounds { get; set; }
Property Value
- int?
HaltOnTags
Gets or sets the maximum number of tags in a single inventory (up to 10000). Zero represents no limit
int? HaltOnTags { get; set; }
Property Value
- int?