| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Beaconing |
Beaconing.clone() |
Beaconing |
LoRaWANGateway.getBeaconing()
Beaconing object information, which consists of the data rate and frequency parameters.
|
Beaconing |
Beaconing.withDataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
|
Beaconing |
Beaconing.withFrequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
|
Beaconing |
Beaconing.withFrequencies(Integer... frequencies)
The frequency list for the gateways to send the beacons.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoRaWANGateway.setBeaconing(Beaconing beaconing)
Beaconing object information, which consists of the data rate and frequency parameters.
|
LoRaWANGateway |
LoRaWANGateway.withBeaconing(Beaconing beaconing)
Beaconing object information, which consists of the data rate and frequency parameters.
|
Copyright © 2025. All rights reserved.