public class Antennas.Config
extends java.lang.Object
| Constructor and Description |
|---|
Config()
Constructor
|
Config(short receiveSensitivityIndex,
short transmitPowerIndex,
short transmitFrequencyIndex)
Constructor with parameters
|
| Modifier and Type | Method and Description |
|---|---|
short |
getReceiveSensitivityIndex()
Gets the receive sensitivity index.
|
short |
getTransmitFrequencyIndex()
Gets the transmit frequency index.
|
short |
getTransmitPowerIndex()
Gets the Transmit power index.
|
void |
setReceiveSensitivityIndex(short receiveSensitivityIndex)
Sets the receive sensitivity index.
|
void |
setTransmitFrequencyIndex(short transmitFrequencyIndex)
Sets the transmit frequency index.
|
void |
setTransmitPowerIndex(short transmitPowerIndex)
Sets the Transmit power index.
|
public Config()
public Config(short receiveSensitivityIndex,
short transmitPowerIndex,
short transmitFrequencyIndex)
receiveSensitivityIndex - transmitPowerIndex - transmitFrequencyIndex - public short getReceiveSensitivityIndex()
public void setReceiveSensitivityIndex(short receiveSensitivityIndex)
receiveSensitivityIndex - public short getTransmitFrequencyIndex()
public void setTransmitFrequencyIndex(short transmitFrequencyIndex)
public short getTransmitPowerIndex()
public void setTransmitPowerIndex(short transmitPowerIndex)