Package com.zebra.rfid.api3
Class Antennas.PhysicalProperties
java.lang.Object
com.zebra.rfid.api3.Antennas.PhysicalProperties
- Enclosing class:
Antennas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the antenna gain.boolean
Gets the status of antenna is connected or not
-
Constructor Details
-
PhysicalProperties
public PhysicalProperties()The constructor
-
-
Method Details
-
getAntennaGain
public int getAntennaGain()Gets the antenna gain. The gain of the antenna in dBI*100 (dB relative to Istropic) to allow fractional dBi representation. -
isConnected
public boolean isConnected()Gets the status of antenna is connected or not
-