Table of Contents

Class TransponderParameterCollection

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

Helper class for implementing ITransponderParameters

public class TransponderParameterCollection : ParameterCollection, IParameterAction, IEnumerable<ICommandParameter>, IEnumerable, ITransponderParameters
Inheritance
TransponderParameterCollection
Implements
Inherited Members
Extension Methods

Constructors

TransponderParameterCollection()

Initializes a new instance of the TransponderParameterCollection class

public TransponderParameterCollection()

Properties

IncludeChecksum

Gets or sets a value indicating whether to include the checksum for transponder responses

public TriState? IncludeChecksum { get; set; }

Property Value

TriState?

IncludeIndex

Gets or sets a value indicating whether to include the index for transponder responses

public TriState? IncludeIndex { get; set; }

Property Value

TriState?

IncludePC

Gets or sets a value indicating whether to include the PC for transponder responses

public TriState? IncludePC { get; set; }

Property Value

TriState?

IncludeTransponderRssi

Gets or sets a value indicating whether to include transponder RSSI for transponder responses

public TriState? IncludeTransponderRssi { get; set; }

Property Value

TriState?