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)


4310
4311
4312
4313
4314
4315
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4310

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.



4310
4311
4312
4313
4314
4315
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4310

class LoRaWANSendDataToDevice < Struct.new(
  :f_port,
  :participating_gateways)
  SENSITIVE = []
  include Aws::Structure
end