NurApiAutotuneSetup Class

AutoTune setup

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class AutotuneSetup : ICloneable
Inheritance
Object    NurApiAutotuneSetup
Implements
ICloneable

Constructors

NurApiAutotuneSetupInitializes a new instance of the NurApiAutotuneSetup class
NurApiAutotuneSetup(Byte, SByte) Controls the module's internal automatic tuning during inventories.

Methods

Clone 
Equals
(Overrides ObjectEquals(Object))
Finalize
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mode Autotune mode bits: AUTOTUNE_MODE_ENABLE, AUTOTUNE_MODE_THRESHOLD_ENABLE.
threshold_dBm Threshold when used. Reflected power higher than this value causes the autotune to execute.

See Also