Interface IOutputPowerBounds
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
Defines the bounds for the output power setting
public interface IOutputPowerBounds
Properties
MaximumOutputPower
Gets the maximum output power of the reader in dBm
int MaximumOutputPower { get; }
Property Value
MinimumOutputPower
Gets the minimum output power of the reader in dBm
int MinimumOutputPower { get; }