public class STUHFL_T_ST25RU3993_FreqRssi extends BR_ST25RU3993_FreqRssi
BR_ST25RU3993_FreqRssi.Fields
Modifier and Type | Field and Description |
---|---|
long |
frequency |
short |
rssiLogI
< I Param: Frequency for RSSI
|
short |
rssiLogQ
< O Param: I parameter of logarithmic scaled RSSI
|
Constructor and Description |
---|
STUHFL_T_ST25RU3993_FreqRssi() |
STUHFL_T_ST25RU3993_FreqRssi(long frequency,
short rssiLogI,
short rssiLogQ) |
STUHFL_T_ST25RU3993_FreqRssi(STUHFL_T_ST25RU3993_FreqRssi other)
< O Param: Q parameter of logarithmic scaled RSSI
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
fetch()
Get frequency RSSI information from board for selected frequency
|
java.lang.String |
toString() |
_Get_FreqRSSI
public long frequency
public short rssiLogI
public short rssiLogQ
public STUHFL_T_ST25RU3993_FreqRssi(STUHFL_T_ST25RU3993_FreqRssi other)
public STUHFL_T_ST25RU3993_FreqRssi(long frequency, short rssiLogI, short rssiLogQ)
public STUHFL_T_ST25RU3993_FreqRssi()
public STUHFL_E.RET_CODE fetch()
public java.lang.String toString()
toString
in class java.lang.Object