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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


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_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.



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