Table of Contents

Class AsciiReaderConfiguration

Namespace
TechnologySolutions.Rfid.AsciiOperations
Assembly
TechnologySolutions.Rfid.Operations.dll
public class AsciiReaderConfiguration : IReaderConfiguration, IOutputPowerBounds, IAntennaParameterBounds
Inheritance
AsciiReaderConfiguration
Implements
Inherited Members

Properties

Configuration

Gets or sets the ILibraryConfiguration for the reader

public ILibraryConfiguration Configuration { get; set; }

Property Value

ILibraryConfiguration

MaximumOutputPower

Gets or sets the maximum output power for the reader

public int MaximumOutputPower { get; }

Property Value

int

MinimumOutputPower

Gets or sets the minimum output power for the reader

public int MinimumOutputPower { get; }

Property Value

int

SerialNumber

Gets the serial number of the reader

public string SerialNumber { get; }

Property Value

string

Methods

Update(VersionInformationCommand, ShowRegionCommand)

Updates the configuration based on the responses to the commands

public void Update(VersionInformationCommand version, ShowRegionCommand showRegion)

Parameters

version VersionInformationCommand

A successful response to a version command

showRegion ShowRegionCommand

A successful response to a show region command (with read parameters)