Table of Contents

Interface IAntennaParameterCommandBounds

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

Provides the minimum and maximum antenna output power

public interface IAntennaParameterCommandBounds
Extension Methods

Properties

MaximumOutputPower

Gets or sets the maximum output power for the reader

int MaximumOutputPower { get; set; }

Property Value

int

MinimumOutputPower

Gets or sets the minimum output power for the reader

int MinimumOutputPower { get; set; }

Property Value

int