Class: Aws::IoTWireless::Types::LoRaWANSendDataToDevice

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

LoRaWAN router info.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#f_portInteger

The Fport value.

Returns:

  • (Integer)


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_gatewaysTypes::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