Table of Contents

Enum QAlgorithm

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Specifies a Q algorithm to use in IQAlgorithmParameters

public enum QAlgorithm
Extension Methods

Fields

[EnumExtension("dyn", "Dynamic")] Dynamic = 1

TSL_QAlgorithm_Dynamic - Dynamic time-slots has been specified and is sent as 'dyn'

[EnumExtension("fix", "Fixed")] Fixed = 0

TSL_QAlgorithm_Fixed - Fixed time-slots has been specified and is sent as 'fix'

Remarks

select( TSL_QAlgorithm_NotSpecified = 0, @"", @"Not specified" )
select( TSL_QAlgorithm_Fixed, @"fix", @"Fixed" )
select( TSL_QAlgorithm_Dynamic, @"dyn", @"Dynamic" )