Table of Contents

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

char

MaximumOutputPower

Gets the maximum output power for the reader

public int MaximumOutputPower { get; }

Property Value

int

MaximumReadableDataBlockSize

Gets the maximum number of Words that can be read from a transponder in a single command;

public int MaximumReadableDataBlockSize { get; }

Property Value

int

MaximumWritableDataBlockSize

Gets the maximum number of WORDS that can be written to a transponder in a single command

public int MaximumWritableDataBlockSize { get; }

Property Value

int

MinimumOutputPower

Gets the minimum output power for the reader

public int MinimumOutputPower { get; }

Property Value

int