Interface IAntennaParameters
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Parameters
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Parameters related to the reader Antenna operation during commands
public interface IAntennaParameters
  - Extension Methods
 
Properties
OutputPower
Gets or sets the output power. Valid power range is 10 - 29. Use null (Nothing in Visual Basic) to read the output power.
int? OutputPower { get; set; }
  Property Value
- int?