public class STUHFL_T_ST25RU3993_FreqLBT extends BR_ST25RU3993_FreqLBT
BR_ST25RU3993_FreqLBT.Fields
Modifier and Type | Field and Description |
---|---|
int |
idleTime
< I/O Param: Time for listing periode
|
int |
listeningTime |
short |
rssiLogThreshold
< I/O Param: Idle time for LBT
|
boolean |
skipLBTcheck
< I/O Param: RSSI threshold value
|
Constructor and Description |
---|
STUHFL_T_ST25RU3993_FreqLBT() |
STUHFL_T_ST25RU3993_FreqLBT(int listeningTime,
int idleTime,
short rssiLogThreshold,
boolean skipLBTcheck) |
STUHFL_T_ST25RU3993_FreqLBT(STUHFL_T_ST25RU3993_FreqLBT other)
< I/O Param: Flag to wheter LBT check shall be skipped at all
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
commit()
Set listen before talk configuration
|
STUHFL_E.RET_CODE |
fetch()
Get actual listen before talk configuration
|
java.lang.String |
toString() |
_Get_FreqLBT, _Set_FreqLBT
public int listeningTime
public int idleTime
public short rssiLogThreshold
public boolean skipLBTcheck
public STUHFL_T_ST25RU3993_FreqLBT(STUHFL_T_ST25RU3993_FreqLBT other)
public STUHFL_T_ST25RU3993_FreqLBT(int listeningTime, int idleTime, short rssiLogThreshold, boolean skipLBTcheck)
public STUHFL_T_ST25RU3993_FreqLBT()
public STUHFL_E.RET_CODE commit()
public STUHFL_E.RET_CODE fetch()
public java.lang.String toString()
toString
in class java.lang.Object