Class Antennas.PhysicalProperties
This class represents the Antenna Physical properties
Inheritance
System.Object
Antennas.PhysicalProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class PhysicalProperties
Constructors
PhysicalProperties()
The constructor
Declaration
public PhysicalProperties()
Properties
AntennaGain
Gets the antenna gain. The gain of the antenna in dBI*100 (dB relative to Istropic) to allow fractional dBi representation.
Declaration
public uint AntennaGain { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
IsConnected
Gets the status of antenna is connected or not
Declaration
public bool IsConnected { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |