Class AsciiReaderConfiguration
- Namespace
- TechnologySolutions.Rfid.AsciiOperations
- Assembly
- TechnologySolutions.Rfid.Operations.dll
IReaderConfiguration for an AsciiReader
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
MaximumOutputPower
Gets or sets the maximum output power for the reader
public int MaximumOutputPower { get; }
Property Value
MinimumOutputPower
Gets or sets the minimum output power for the reader
public int MinimumOutputPower { get; }
Property Value
SerialNumber
Gets the serial number of the reader
public string SerialNumber { get; }
Property Value
Methods
Update(VersionInformationCommand, ShowRegionCommand)
Updates the configuration based on the responses to the commands
public void Update(VersionInformationCommand version, ShowRegionCommand showRegion)
Parameters
version
VersionInformationCommandA successful response to a version command
showRegion
ShowRegionCommandA successful response to a show region command (with read parameters)