Table of Contents

Interface ITransponderParameters

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

Parameters related to the Transponder information in command responses

public interface ITransponderParameters
Extension Methods

Properties

IncludeChecksum

Gets or sets a value indicating whether to include checksum information in reader responses

TriState? IncludeChecksum { get; set; }

Property Value

TriState?

IncludeIndex

Gets or sets a value indicating whether to include index numbers for multiple values in reader responses

TriState? IncludeIndex { get; set; }

Property Value

TriState?

IncludePC

Gets or sets a value indicating whether to include the EPC PC value in reader responses

TriState? IncludePC { get; set; }

Property Value

TriState?

IncludeTransponderRssi

Gets or sets a value indicating whether to include RSSI value in reader responses

TriState? IncludeTransponderRssi { get; set; }

Property Value

TriState?

See Also