Class LibraryConfigurationSet
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Default implementation of ILibraryConfiguration
public class LibraryConfigurationSet : ILibraryConfiguration, IAntennaParameterBounds
- Inheritance
-
LibraryConfigurationSet
- Implements
- Inherited Members
Properties
BarcodeEscapeCharacter
Gets the character used to escape special characters from the barcode engine
public char BarcodeEscapeCharacter { get; }
Property Value
MaximumOutputPower
Gets the maximum output power for the reader
public int MaximumOutputPower { get; }
Property Value
MaximumReadableDataBlockSize
Gets the maximum number of Words that can be read from a transponder in a single command;
public int MaximumReadableDataBlockSize { get; }
Property Value
MaximumWritableDataBlockSize
Gets the maximum number of WORDS that can be written to a transponder in a single command
public int MaximumWritableDataBlockSize { get; }
Property Value
MinimumOutputPower
Gets the minimum output power for the reader
public int MinimumOutputPower { get; }