C# Class Structures.DynamicQParms

Inheritance: SingulationAlgorithmParms
Show file Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
maxQValue byte
minQValue byte
retryCount byte
startQValue byte
thresholdMultiplier byte
toggleTarget byte

Public Methods

Method Description
DynamicQParms ( )

Method Details

DynamicQParms() public method

public DynamicQParms ( )

Property Details

maxQValue public property

public byte maxQValue
return byte

minQValue public property

public byte minQValue
return byte

retryCount public property

public byte retryCount
return byte

startQValue public property

public byte startQValue
return byte

thresholdMultiplier public property

public byte thresholdMultiplier
return byte

toggleTarget public property

public byte toggleTarget
return byte