Table of Contents

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

MaximumDuration

Gets or sets the maximum duration of a single inventory in ms. Zero represents no limit

int? MaximumDuration { get; set; }

Property Value

int?

MaximumRounds

Gets or sets the maximum number of rounds in a single inventory. Zero represents no limit

int? MaximumRounds { get; set; }

Property Value

int?

MaximumTags

Gets or sets the maximum number of tags in a single inventory. Zero represents no limit

int? MaximumTags { get; set; }

Property Value

int?