Table of Contents

Interface IAntennaParameterBounds

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

Provides the minimum and maximum antenna output power

public interface IAntennaParameterBounds

Properties

MaximumOutputPower

Gets the maximum output power for the reader

int MaximumOutputPower { get; }

Property Value

int

MinimumOutputPower

Gets the minimum output power for the reader

int MinimumOutputPower { get; }

Property Value

int