Table of Contents

Class FactoryDefaultsCommand

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

The .fd Factory Defaults Command of the Technology Solutions UK Ltd ASCII 2 Protocol

(.fd) A command to reset the reader to its default configuration

[AsciiCommand(".fd")]
public class FactoryDefaultsCommand : ParameterCommandBase, IAsciiCommand
Inheritance
FactoryDefaultsCommand
Implements
Inherited Members
Extension Methods

Remarks

The FactoryDefaults command is used to reset all of the Reader's commands to the default state by using either:

  • no parameters
  • or with the resetParameters = true

It can also be used to modify the operation of the ePop-Loq connector on supported Readers.

  • Use with the PopLoqMode property to specify 'Charge only' or 'Charge and Data'
  • When the PopLoqMode parameter is supplied (and not ResetParameters = true) then no reset of other commands occurs

Constructors

FactoryDefaultsCommand()

Initializes a new instance of the FactoryDefaultsCommand class

public FactoryDefaultsCommand()

Properties

PopLoqMode

Gets or sets the PopLoqMode

[AsciiParameter("ep")]
public PopLoqMode? PopLoqMode { get; set; }

Property Value

PopLoqMode?

Remarks

When the PopLoqMode parameter is supplied (and not ResetParameters = true) then no reset of other commands occurs