Class: Aws::IoTWireless::Types::LoRaWANSendDataToDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANSendDataToDevice
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN router info.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#f_port ⇒ Integer
The Fport value.
-
#participating_gateways ⇒ Types::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.
Instance Attribute Details
#f_port ⇒ Integer
The Fport value.
4495 4496 4497 4498 4499 4500 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4495 class LoRaWANSendDataToDevice < Struct.new( :f_port, :participating_gateways) SENSITIVE = [] include Aws::Structure end |
#participating_gateways ⇒ Types::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.
4495 4496 4497 4498 4499 4500 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4495 class LoRaWANSendDataToDevice < Struct.new( :f_port, :participating_gateways) SENSITIVE = [] include Aws::Structure end |