public class STUHFL_T_ST25RU3993_FreqHop extends BR_ST25RU3993_FreqHop
BR_ST25RU3993_FreqHop.Fields
Modifier and Type | Field and Description |
---|---|
int |
maxSendingTime |
int |
minSendingTime
< I/O Param: Maximum sending time before frequency hopping is performed.
|
STUHFL_E.FREQUENCY_HOP_MODE |
mode
< I/O Param: Minimum sending time before frequency hopping is performed
|
Constructor and Description |
---|
STUHFL_T_ST25RU3993_FreqHop() |
STUHFL_T_ST25RU3993_FreqHop(int maxSendingTime,
int minSendingTime,
STUHFL_E.FREQUENCY_HOP_MODE mode) |
STUHFL_T_ST25RU3993_FreqHop(STUHFL_T_ST25RU3993_FreqHop other)
< I/O Param: Hopping mode
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
commit()
Set new frequency hopping time configuration
|
STUHFL_E.RET_CODE |
fetch()
Get frequency hopping time configuration
|
java.lang.String |
toString() |
_Get_FreqHop, _Set_FreqHop
public int maxSendingTime
public int minSendingTime
public STUHFL_E.FREQUENCY_HOP_MODE mode
public STUHFL_T_ST25RU3993_FreqHop(STUHFL_T_ST25RU3993_FreqHop other)
public STUHFL_T_ST25RU3993_FreqHop(int maxSendingTime, int minSendingTime, STUHFL_E.FREQUENCY_HOP_MODE mode)
public STUHFL_T_ST25RU3993_FreqHop()
public STUHFL_E.RET_CODE commit()
public STUHFL_E.RET_CODE fetch()
public java.lang.String toString()
toString
in class java.lang.Object