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
MinimumOutputPower
Gets the minimum output power for the reader
int MinimumOutputPower { get; }