Table of Contents

Interface ILibraryConfiguration

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

Provides parameters that affect the library behaviour based on the connected reader

public interface ILibraryConfiguration : IAntennaParameterBounds
Inherited Members

Properties

BarcodeEscapeCharacter

Gets the character used to escape special characters from the barcode engine

char BarcodeEscapeCharacter { get; }

Property Value

char

MaximumReadableDataBlockSize

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

int MaximumReadableDataBlockSize { get; }

Property Value

int

MaximumWritableDataBlockSize

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

int MaximumWritableDataBlockSize { get; }

Property Value

int