Table of Contents

Interface IQAlgorithmParameters

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

Provides properties to control the Q algorithm and value

public interface IQAlgorithmParameters

Properties

QAlgorithm

Gets or sets the Q algorithm type

QAlgorithm? QAlgorithm { get; set; }

Property Value

QAlgorithm?

QValue

Gets or sets the Q value for fixed Q operations (0-15)

int? QValue { get; set; }

Property Value

int?