public static interface LoRaWANSendDataToDevice.Builder extends SdkPojo, CopyableBuilder<LoRaWANSendDataToDevice.Builder,LoRaWANSendDataToDevice>
| Modifier and Type | Method and Description |
|---|---|
LoRaWANSendDataToDevice.Builder |
fPort(Integer fPort)
Sets the value of the FPort property for this object.
|
default LoRaWANSendDataToDevice.Builder |
participatingGateways(Consumer<ParticipatingGateways.Builder> participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in
class B or class C mode.
|
LoRaWANSendDataToDevice.Builder |
participatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in
class B or class C mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANSendDataToDevice.Builder fPort(Integer fPort)
fPort - The new value for the FPort property for this object.LoRaWANSendDataToDevice.Builder participatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
participatingGateways - Choose the gateways that you want to use for the downlink data traffic when the wireless device is
running in class B or class C mode.default LoRaWANSendDataToDevice.Builder participatingGateways(Consumer<ParticipatingGateways.Builder> participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
This is a convenience method that creates an instance of theParticipatingGateways.Builder avoiding
the need to create one manually via ParticipatingGateways.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to participatingGateways(ParticipatingGateways).
participatingGateways - a consumer that will call methods on ParticipatingGateways.BuilderparticipatingGateways(ParticipatingGateways)Copyright © 2022. All rights reserved.