Class: Aws::IoTWireless::Types::LoRaWANSendDataToDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANSendDataToDevice
- Includes:
- Structure
- Defined in:
- 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.
4577 4578 4579 4580 4581 4582 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4577 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.
4577 4578 4579 4580 4581 4582 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4577 class LoRaWANSendDataToDevice < Struct.new( :f_port, :participating_gateways) SENSITIVE = [] include Aws::Structure end |