public interface SetBeaconRatesIfc
| Modifier and Type | Method and Description |
|---|---|
int |
getDecayRatio()
Get the scaling factor by which the message repeat interval is enlarged
(until the default slow send rate is reached).
|
int |
getInitialSendRate()
Get the time interval between retransmissions when a message is newly
introduced into the system.
|
int |
getSlowSendRate()
The slowest rate a message should be sent.
|
boolean |
isUseGpsForPosition()
Indicate whether beacon data source can dynamically change its position (latitude/longitude),
such as for a mobile station with a GPS.
|
void |
setDecayRatio(int decayRatio)
Set the scaling factor by which the message repeat interval is enlarged
(until the default slow send rate is reached).
|
void |
setInitialSendRate(int initialSendRate)
Set the time interval between retransmissions when a message is newly
introduced into the system.
|
void |
setSlowSendRate(int slowSendRate)
Set the slowest rate a message should be sent.
|
int getDecayRatio()
void setDecayRatio(int decayRatio)
decayRatio - int decay ratio (should be 2 or 3)int getInitialSendRate()
void setInitialSendRate(int initialSendRate)
initialSendRate - send interval in secondsint getSlowSendRate()
void setSlowSendRate(int slowSendRate)
slowSendRate - transmission interval in secondsboolean isUseGpsForPosition()